faustomorales / keras-ocr

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
https://keras-ocr.readthedocs.io/
MIT License
1.38k stars 355 forks source link

Training own dataset #140

Open furkanaydinoz opened 3 years ago

furkanaydinoz commented 3 years ago

Hello there. I am grateful for your work. I want to create my own dataset but I don't know which tool to use. I want to label my own words. I want to do a complete training with this tagged data (detector and recognizer, so end-to-end training). Stay healthy, thank you for your return.

lambdaofgod commented 3 years ago

labelme can be used to label images. You can then extract information on bounding boxes/polygons from json files it generates.

furkanaydinoz commented 3 years ago

Thank you for your return. I used labelme but couldn't find the way to train on keras-ocr. I want to identify and recognize the labels on the items as in the photo. I tagged these tags with labelme. However, I couldn't train with which keras-ocr. 20201027_173044

AyaAhmed166 commented 2 years ago

Hey any update about your problem ?