You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please share how to create_tfrecord & supply input image fro demo.py? Also, these files are missing '/share/zhui/mnt/demo_20.tfrecord' from input_data.py
The text was updated successfully, but these errors were encountered:
Unfortunately, it seems like the demo.py will work for images that have numbers between 0-10. My best guess would be to create the tfrecord for the MNIST dataset and try running the script.
The synthetic characters dataset is available here. Once the dataset is downloaded, extract the dataset and do the following:
Create a train.txt file with lines containing the path of the images you want to train on and the groundtruth_text. For example,
Please share how to create_tfrecord & supply input image fro demo.py? Also, these files are missing '/share/zhui/mnt/demo_20.tfrecord' from input_data.py
The text was updated successfully, but these errors were encountered: