Olivia
Olivia
Firstly, nice work on this project -- this looks really cool! I'm working on a computer vision project, and would love to use Konverter to convert some pre-trained models. As...
# Summary Firstly, thank you for the great work on this repo! It made it really easy to incorporate Tesseract into my project. I'm finding that OCR-ing images with gosseract...
This is a bit of a two-fold question. Firstly, I am curious about the most performant way to access and set values in a `gocv.Mat`. Related to this first question,...
# Eig [`tf.linalg.eig`](https://www.tensorflow.org/api_docs/python/tf/linalg/eig) ### Describe the operator Computes the eigen decomposition of a batch of matrices. Very similar to [`numpy.linalg.eig`](https://numpy.org/doc/stable/reference/generated/numpy.linalg.eig.html). ### Do you know if this operator be constructed using...