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
I'm trying to work with filtered detections. For instance the detections are on the side of an object and in the middle. I need to filter them to visualize detections only in the middle of the object, so I need to recompile detections output from the model to have [{'instances': Instances(custom data)])}] to use it with draw_instance_predictions(). How can I do that?
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to work with filtered detections. For instance the detections are on the side of an object and in the middle. I need to filter them to visualize detections only in the middle of the object, so I need to recompile detections output from the model to have [{'instances': Instances(custom data)])}] to use it with draw_instance_predictions(). How can I do that?

Beta Was this translation helpful? Give feedback.
All reactions