zaryabRiasat

Results 4 issues of zaryabRiasat

I'm trying to use this pre-trained model in Java. I'm using Intellij Idea and I've added library dependency of TensorFlow and Added OpenCV via project structure. `libraryDependency += "org.tensorflow" %...

I'm working with `tesseract-4.1.1` and trying to do training `(fine-tuning)` for this I have followed steps: 1. Downloaded `eng.traineddata` from `tessdata_best `and pasted it into `/usr/share/tesseract-ocr/4.00/tessdata`. 2. Then I've created...

I've downloaded pre-trained model from [Github Repository](https://github.com/timesler/facenet-pytorch?tab=readme-ov-file), which is **20180402-114759-vggface2.pt**. I've used this in python and it is working fine with great accuracy. **python.py:** ``` from facenet_pytorch import MTCNN, InceptionResnetV1...

enhancement

I've downloaded pre-trained model from there, which is **20180402-114759-vggface2.pt**. I've used this in python and it is working fine with great accuracy. **python.py:** ``` from facenet_pytorch import MTCNN, InceptionResnetV1 from...