You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a multi-class instance segmentation task. I'm using YOLOv5 to predict on test data, and I want to produce masks for each separate class for each image. Some of the detections have multiple assigned bounding boxes with different labels. I know I can make the prediction agnostic to eliminate this, but how do I eliminate this when predicting for each class separately? I.e. how do I take instances of class A only when class A has the highest confidence rate among all other classes?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a multi-class instance segmentation task. I'm using YOLOv5 to predict on test data, and I want to produce masks for each separate class for each image. Some of the detections have multiple assigned bounding boxes with different labels. I know I can make the prediction agnostic to eliminate this, but how do I eliminate this when predicting for each class separately? I.e. how do I take instances of class A only when class A has the highest confidence rate among all other classes?
Beta Was this translation helpful? Give feedback.
All reactions