↓ 1 callersFunctionobb2poly_np_le135Convert oriented bounding boxes to polygons. Args: obbs (ndarray): [x_ctr,y_ctr,w,h,angle,score] Returns: polys (ndarray): [
mmrotate/core/bbox/transforms.py:733
↓ 1 callersFunctionobb2poly_np_le90Convert oriented bounding boxes to polygons. Args: obbs (ndarray): [x_ctr,y_ctr,w,h,angle,score] Returns: polys (ndarray): [
mmrotate/core/bbox/transforms.py:760
↓ 1 callersFunctionobb2poly_np_ocConvert oriented bounding boxes to polygons. Args: obbs (ndarray): [x_ctr,y_ctr,w,h,angle,score] Returns: polys (ndarray): [
mmrotate/core/bbox/transforms.py:705