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.
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.