Replies: 1 comment
-
If the dataset is generated by model using pseudolabel, you can simply set detectron2/detectron2/config/defaults.py Line 87 in e3053c1 to bitmask. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my work, I need to convert the model output of polygon points instead of pred_masks.
In the annotated dataset, an object in an image, we have 15 segmentation points that we do not have in the model output(pred_masks). What can we do to have these segmentation points for objects?
Beta Was this translation helpful? Give feedback.
All reactions