MhLiao / TextBoxes_plusplus

TextBoxes++: A Single-Shot Oriented Scene Text Detector
Other
953 stars 279 forks source link

Perform baddly in dense large angle text #67

Closed Yuanhang8605 closed 6 years ago

Yuanhang8605 commented 6 years ago

I find that textboxes_plusplus have a fatal shortage because of the matching strategy between anchors and groundtruth, like this: textboxes So it perform baddly when large angle texts are densely layout. East is good at this situation.

Yuanhang8605 commented 6 years ago

@MhLiao here is the result compared between textboxes_plusplus and east when detect densely layout large angle text: textboxes_plusplus: batman_120_19_no_rrd east: batman_120_19

Do you have any idea to improve the textboxes_plusplus framework to get good result in this situation?

MhLiao commented 6 years ago

@Yuanhang8605 That's a problem. It may be solved by applying default boxes with different angles.

Yuanhang8605 commented 6 years ago

@MhLiao I think I have solved the dense large angle text problem. The detect result like this: tb1ea0jlxxxxxxexfxxunyplfxx tb1 9valxxxxxxwxvxxunyplfxx tb1ayjslxxxxxbjaxxxunyplfxx tb1drdglxxxxxadxfxxunyplfxx

tb1ax8alxxxxxaexvxxunyplfxx tb1bhlmlxxxxxcbapxxunyplfxx but sometime it may bring new problem, like this: tb1aohnlxxxxxahxpxxunyplfxx

MhLiao commented 6 years ago

@Yuanhang8605 Good Job!

10183308 commented 6 years ago

@Yuanhang8605 Could you share the trained model ? thank you very much.

Leonhard1987 commented 6 years ago

I have the same problem. :/ Does anyone know how to avoid detection between dense words?