Open thaihaquang opened 5 years ago
@thaihaquang I tried the first way. Not really effective if they spread too far away through :3
@thaihaquang Sorry for the late reply.
Special characters like periods are hard to deal with. We used the first way by following the character bounding boxes in SynthText dataset. Also, during the process of generating pseudo-GT, the intermediate output from the watershed labeling is the first case because the box covers the region where only the actual characters are located.
However, affinity maps can break links because they aren't able to combine small letters like period or comma.
@thaihaquang how is your model performing on the symbols like . , [ ] : ?? because I want to fine tune CRAFT on my dataset which has a combination of Alphabets and symbols. any suggestions are welcomed..
@ClovaAIAdmin thanks for your nice project. I am finetuning the model with my own dataset including symbols ( . , / \ ~ #). I am wondering how to create the character-level heatmap and affinity heatmap for symbols with small size such as dots. There are 2 ways as below. Do you have any suggestions for me? Thank you very much!