mjq11302010044 / RRPN_pytorch

RRPN in pytorch 1.0 ----- Arbitrary-Oriented Scene Text Detection via Rotation Proposals
MIT License
262 stars 56 forks source link

Whether the data of IC13 has been relabeled #50

Open wnynotfaker opened 4 years ago

wnynotfaker commented 4 years ago

Hello,The IC3 label for the competition is a horizontal box with only the upper left and lower right coordinates.The code I see in get_ICDAR2013(mode, dataset_dir) is to calculate the center point, length and width, and rotation angle from the four vertices of the rotation box.Did you relabel your data with rotation bounding box. Thank you very much.