Replies: 1 comment
-
In https://detectron2.readthedocs.io/en/latest/tutorials/models.html#model-output-format, it is mentioned that in inference mode the model will output a list[dict] for each image with appropriate keys to access |
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.
-
Hi~
We can get object detection feature by running the model step by step like https://detectron2.readthedocs.io/en/latest/tutorials/models.html. But how can I get instance/semantic segmentation feature from models? The predicted
instances
haspred_masks
, how can I use it? Wish for your reply~Beta Was this translation helpful? Give feedback.
All reactions