Belval / CRNN

A TensorFlow implementation of https://github.com/bgshih/crnn
MIT License
297 stars 101 forks source link

How to predict a picture #46

Open izhaojinlong opened 5 years ago

izhaojinlong commented 5 years ago

When I train my model, I want to predict the characters in a picture. But when I use the command——‘python3 run.py -ex ../data/test --test --restore’,Will show the following results.

Restoring Checkpoint is valid 0 Loading data Testing

I want to know how to predict a picture,Thanks!

1286667673 commented 4 years ago

modify batch_size to 1