clovaai / CRAFT-pytorch

Official implementation of Character Region Awareness for Text Detection (CRAFT)
MIT License
3.11k stars 881 forks source link

Training on custom data ??? #93

Closed dhruvsharma717 closed 4 years ago

dhruvsharma717 commented 4 years ago

Hi, I'd like to know if this repo can be used to train CRAFT on custom data using weakly supervised learning ? I have images with a lot of text on them. All of the text has been tagged but at a sentence level, i.e., I have the bounding box information and ground truth label information but at a sentence level. Can weakly supervised learning be used in this case ?

YoungminBaek commented 4 years ago

The training with tagged data at a sentence level is possible using weakly supervised learning. Unfortunately, we do not provide the training code in this repo. Please check out the great re-implementation repo https://github.com/backtime92/CRAFT-Reimplementation.