Belval / CRNN

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

what`s the format of you training data #27

Open zhang-lingyun opened 6 years ago

zhang-lingyun commented 6 years ago

what`s the format of your training data ? I want train your model from scratch.thanks a lot

Belval commented 6 years ago

Filename should be in format [LABEL]_[NUMBER].[EXT] Say you have:

larithmics_0

Your label should be "larithmics_0.jpg"

zhang-lingyun commented 6 years ago

get it . thank you again!