MhLiao / MaskTextSpotter

A PyTorch implementation of Mask TextSpotter
https://github.com/MhLiao/MaskTextSpotter
412 stars 94 forks source link

Configuration to better detect text-lines #26

Closed ghost closed 4 years ago

ghost commented 4 years ago

@MhLiao What configuration do you recommend to better detect text-lines?

MhLiao commented 4 years ago

@deepseek Maybe add some anchors of extreme aspect ratios will be helpful.

ghost commented 4 years ago

@MhLiao PMTD uses these ratios (0.17, 0.44, 1.13, 2.90, 7.46)

Other than ASPECT_RATIOS is there anything else you'd recommend?

MhLiao commented 4 years ago

@deepseek Another suggestion is adding some tricks to enlarge the receptive field in the backbone, such as deformable convolution v2.

ghost commented 4 years ago

thanks