↓ 2 callersFunctionparse_dota_poly parse the dota ground truth in the format: [(x1, y1), (x2, y2), (x3, y3), (x4, y4)]
DOTA_devkit/dota_utils.py:47
↓ 2 callersFunctionpoly2rbox_single_v3 poly:[x0,y0,x1,y1,x2,y2,x3,y3] to rrect:[x_ctr,y_ctr,w,h,angle]
DOTA_devkit/dota_poly2rbox.py:128
↓ 2 callersMethodpoly_label(self, poly, label='', color=(128, 128, 128), txt_color=(255, 255, 255))
utils/plots.py:118