Replies: 1 comment
-
It sounds like a non-detectron problem ? |
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.
-
Getting a prediction doenst take much time, but drawing the mask on the image for visualisation takes a long time.
How could I draw faster. The output prediction is a dictionary containing instances of detectron2 objects type.
How can i just retrieve the mask image and draw them using opencv ?
Or is there a faster way to draw mask other than the Visualizer from detectron2.utils.visualizer?
thank you
Beta Was this translation helpful? Give feedback.
All reactions