hukaixuan19970627 / DOTA_devkit_YOLO

Trans DOTA OBB format(poly format) to YOLO format.
198 stars 39 forks source link

Transformation code may change under opencv4? #1

Closed Fly-dream12 closed 2 years ago

Fly-dream12 commented 3 years ago

In the newest opencv version, the theta obtained by cv2.minAreaRect is (0,90], soshould this script YOLO_transform be revised ?

hukaixuan19970627 commented 3 years ago

I prefer the old version. Because I don't need to change the code.

hukaixuan19970627 commented 2 years ago

I update the yolov5-obb,it supports the newest opencv version.