jbwang1997 / OBBDetection

OBBDetection is an oriented object detection library, which is based on MMdetection.
Apache License 2.0
537 stars 113 forks source link

May I ask the specific meanings of each parameter? #34

Closed G-Naughty closed 3 years ago

G-Naughty commented 3 years ago
dict(type='RandomOBBRotate', rotate_after_flip=True,
     angles=(0, 0), vert_rate=0.5, vert_cls=['roundabout', 'storage-tank']),

May I ask the specific meanings of each parameter,especially 'vert_cls'

jbwang1997 commented 3 years ago
G-Naughty commented 3 years ago

Thank you very much!