Belval / CRNN

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no run.py in the TextRecognitionDataGenerator

justlike-prog opened this issue · comments

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?

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.