Some of the input images is just annotated with bbox and some are annoted with bbox and mask So while training it throws error #3929
Replies: 5 comments
-
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
By default Detectron2 doesn't support this use case. You may change the datamapper to support loading the data and also make changes to the mask_rcnn_loss |
Beta Was this translation helpful? Give feedback.
-
@MadhuriPatil1694 i tried to change but failed, so i annotated all type's objects finally. |
Beta Was this translation helpful? Give feedback.
-
@mashuai191 I converted the bbox coordinates to polygon coordinates, for the images with just bbox annotation and it worked. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
for example, there are two instances in an image, a person with polygon annotation, and a bicycle with bounding box annotation, because i care person's shape but don't care bicyle's, only care bicycle's location.
is it possible to train with images like this? if yes how to do that?
Originally posted by @mashuai191 in #1190 (comment)
Beta Was this translation helpful? Give feedback.
All reactions