Mask RCNN dataset labelling #2577
Answered
by
skarfie123
skarfie123
asked this question in
Q&A
-
Hi, I'm trying to create a dataset for training Mask RCNN. I'm using CVAT for annotations. I understand I need to export in COCO json format. Do I need to draw bounding boxes too or will they be assumed from the polygons I have drawn? |
Beta Was this translation helpful? Give feedback.
Answered by
skarfie123
Feb 18, 2021
Replies: 1 comment
-
turns out when exporting COCO format from CVAT, it generates the both the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
skarfie123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
turns out when exporting COCO format from CVAT, it generates the both the
bbox
andsegmentation
attributes for Polygon Shapes. so no extra work. Note. Rectangle Shapes only generatebbox
, andsegmentation
will be empty, so detection will complain.