XinzeLee / RotateObjectDetection

This repository is based on Ultralytics/yolov5, with adjustments to enable rotate prediction boxes.
113 stars 22 forks source link

how to define the angle of cos and sin #19

Open Iipython opened 2 years ago

Iipython commented 2 years ago

Thanks for your excellent work in rotated object detection. I check the labels in coco20 and illustration in readme, it seems the angle is defined by longside and x-axis .But I am not sure. Could you give an exact definition of the angle so that I can transform the label in my own datasets. Thanks again,