wangyuxin87 / ContourNet

A PyTorch implementation of "ContourNet: Taking a Further Step toward Accurate Arbitrary-shaped Scene Text Detection" (CVPR2020)
Other
227 stars 46 forks source link

GT contour map generation #28

Closed TaekyungKi closed 3 years ago

TaekyungKi commented 3 years ago

Hi, thanks for the interesting works! I'm impressed with your approach, especially LOTM. I'm trying to reproduce your results on ICDAR2015 from scratch. So can you provide a method to get the GT- contour map? Euclidean distance transform (_distance_transformedt in scipy) is used to get the contour map according to the paper, right? Can you provide more details about it? Thank you. If i missed something, please comment !

wangyuxin87 commented 3 years ago

Thanks for your attention. This part is included in our code, you can run our code with our submitted datasets (IC15 is included).