mjq11302010044 / RRPN

Arbitrary-Oriented Scene Text Detection via Rotation Proposals (TMM 2018)
Other
436 stars 142 forks source link

Is the angle anti-clockwise? #14

Closed makefile closed 6 years ago

makefile commented 6 years ago

the code of function convert_region in rotate_polygon_nms_kernel.cu and rbbox_overlaps_kernel.cu seems to expect anti-clockwise degree as param. Do I have an exact understanding?


I compared the result with OpenCV3's rotatedRectangleIntersection, and the result equals.