BossZard / rotation-yolov5

rotation detection based on yolov5
GNU General Public License v3.0
377 stars 97 forks source link

cv2.minAreaRect角度范围为[0,90],左闭右闭 #16

Closed gengyanlei closed 3 years ago

gengyanlei commented 3 years ago

https://github.com/BossZard/rotation-yolov5/blob/4122b52d8d8ac45ad51b9a372f1071ec8e88f067/retanglelabel2mylabel.py#L34

https://blog.csdn.net/LEILEI18A/article/details/115006688 这是我的测试结果,没有小于0度的,也许是opencv修改了角度定义了吧

opencv版本原因导致的