Belval / CRNN

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

There is no run.py in the TextRecognitionDataGenerator #54

Open justlike-prog opened 4 years ago

justlike-prog commented 4 years ago

I wanted to create some images with your Generator with python3 run.py -c 200000 -w 1 -t 8 as documented, but wasn't able to since the run.py is missing there. Did something change in the mean time?

Belval commented 4 years ago

I did not update the documentation on this project, but TRDG now comes as it's own executable file. Once installed through pip you should be able to do trdg -c 20000 -w 1 -t 8.

I'll update it ASAP.