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

Help required for a dataset of rectangular texts #34

Closed abdur75648 closed 3 years ago

abdur75648 commented 3 years ago

Hi, @wangyuxin87 Thank you for this great work! I need help from you. Actually, I want to run your model on a simple dataset of horizontal rectangular texts. (In annotations, 4 corners of rectangles are given). Can you please tell me what edits in which scripts are required?

Thanks in advance

wangyuxin87 commented 3 years ago

This answer may help you

abdur75648 commented 3 years ago

Thanks It was helpful