solivr / tf-crnn

TensorFlow convolutional recurrent neural network (CRNN) for text recognition
GNU General Public License v3.0
292 stars 98 forks source link

How to test and print the prediction results of my own trained model? #48

Closed Usmankhujaev closed 5 years ago

Usmankhujaev commented 6 years ago

I trained my own model using my own images with their ground truth values and I saw evaluation accuracy at the end of training but I couldn't test different image to see the predicted values for my trained model

zhangxu5515 commented 5 years ago

Hi, @Usmankhujaev. Uh.... Did you find way to print the prediction results? I can only get some tensors such as probs:... words:.... but not predicted words.

solivr commented 5 years ago

Hello, the updated version of the code has a prediction.py file which outputs the recognized text in a text file, you can try it.