solivr / tf-crnn

TensorFlow convolutional recurrent neural network (CRNN) for text recognition
GNU General Public License v3.0
292 stars 98 forks source link

Fix the fact that current csv_delimiter is not used to read CSV files #42

Closed PonteIneptique closed 6 years ago

PonteIneptique commented 6 years ago

The current csv-delimiter parameter is actually not taken into account at some loading point in the code. There is the simple fix.

PonteIneptique commented 6 years ago

I discovered that because ; was actually one of my characters... :)

solivr commented 6 years ago

I forgot it indeed... thanks.

PonteIneptique commented 6 years ago

Thanks very much for the quick merge :)