MaybeShewill-CV / CRNN_Tensorflow

Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
MIT License
1.03k stars 388 forks source link

Need help with config #401

Closed xxxpsyduck closed 4 years ago

xxxpsyduck commented 4 years ago

I have a chinese dataset with image in different sizes. How can I choose the ideal size for resizing when creating tfrecord? For more information: currently I'm using your config for chinese dataset, image size (280, 32), SEQ_LENGTH 70 but having "No valid path found" issue. Thank for all the help!

MaybeShewill-CV commented 4 years ago

@xxxpsyduck Modified the class nums in config file. And generate new char_dict.json and ord_map.json file:)