Belval / CRNN

A TensorFlow implementation of https://github.com/bgshih/crnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to predict a picture

izhaojinlong opened this issue · comments

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!

modify batch_size to 1