-
When i deploy the model in libtorch, I get a pred_mask that is a 28*28`s tensor. What is that ? How to use it ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I also want to know. |
Beta Was this translation helpful? Give feedback.
-
It is the mask of the object inside the given bounding box, i.e. left of this image: detectron2 provides this function https://detectron2.readthedocs.io/en/latest/modules/layers.html#detectron2.layers.paste_masks_in_image that performs this |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
It is the mask of the object inside the given bounding box, i.e. left of this image:
detectron2 provides this function https://detectron2.readthedocs.io/en/latest/modules/layers.html#detectron2.layers.paste_masks_in_image that performs this