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

Is there any option in config to visualise the detection results? #6

Closed dawdleryang closed 4 years ago

dawdleryang commented 4 years ago

Thank you for the code sharing. Wondering if we can visualise the detection results for a better debugging purpose? Thank you very much.

wangyuxin87 commented 4 years ago

Thanks for your suggestion. this part will be considered in the latest version, which will be finished in this week. Or you can add your own code for visualization in word_eval.py.

wangyuxin87 commented 4 years ago

This part has been finished, you can control the hyper-parameter ' Test_Visual' in r50_baseline.yaml for visualization.

dawdleryang commented 4 years ago

Thank you very much.