-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Search before asking
- I have searched the YOLOv5 issues and discussions and found no similar questions.
Question
I'm working on adding polygon support to Roboflow annotations so folks can benefit from your copy-paste augmentation when training their custom datasets.
I'm looking at the YOLOv5 segmentation dataloader as implemented here and it looks like a polygon annotation requires at least 4 points to be considered a segment vs a box. I also saw @glenn-jocher mention a minimum of 9 columns here.
How should a triangle (7 columns, class x1 y1 x2 y2 x3 y3
) be represented? Should I pad it with a 4th point that's a duplicate of the first?
Additional
No response
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested