Zhang Tongyu
Results
1
issues of
Zhang Tongyu
您好,感谢您的代码.我在自己的机器上跑通了您的代码,并且效果很好.学习您的代码过程中,我有一个小问题. 您的代码中poly2obb_np_oc是这样写的 ```` def poly2obb_np_oc(poly): """ Modified !! Convert polygons to oriented bounding boxes. Args: polys (ndarray): [x0,y0,x1,y1,x2,y2,x3,y3] Returns: obbs (ndarray): [x_ctr,y_ctr,w,h,angle] modified -> [x_ctr, y_ctr, h, w, angle(radian)] """...