gundramleifert / exp_tf

experimental - first tests with tensorflow
Apache License 2.0
0 stars 0 forks source link

Fault tolerance - CTC Error #3

Closed gundramleifert closed 7 years ago

gundramleifert commented 7 years ago

if subsampling is too much, do not raise exception, print warn

if character is not in charmap, do not raise exception, print warn

Max-Weidemann commented 7 years ago

Added a clean_list function in LoaderUtil that removes all images from a list which have characters that are not in the charmap. Additionally all images with widths bigger than the max width will be removed.