mrlooi / rotated_maskrcnn

Rotated Mask R-CNN: From Bounding Boxes to Rotated Bounding Boxes
MIT License
347 stars 62 forks source link

Can this model now train on datasets labeled with irregular polygons? #26

Open ustczhouyu opened 4 years ago

ustczhouyu commented 4 years ago

❓ Questions and Help

Hello, can this model now train on datasets labeled with irregular polygons? Looking forward to your reply, thank you!

mrlooi commented 4 years ago

This model could always train on polygon inputs. It uses the COCO polygon format and automatically converts that polygon to a rotated bounding box (the min area rectangle)