Belval / CRNN

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

Using pictures from TextRecognitionDataGenerator will lead to a bug #35

Open stpraha opened 5 years ago

stpraha commented 5 years ago

I generated training data using TextRecognitionDataGenerator. ValueError: substring not found When 'data_manager', it will meet a bug caused by pictures named 'A&P_58395.jpg' ,'R&D_14671.jpg'... I think that's because ‘&‘ is a special symbol of Linux.

Belval commented 5 years ago

The & character is not in the config. I'm pretty sure that you can just add it and it will work.

stpraha commented 5 years ago

thx for your immediately response! I will try this later, hoping it works!