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
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out how to perform inference using a pre-trained model on a single image via "Run a pre-trained detectron2 model" in their CoLab Tutorial. But I can't figure out how to pass the model a batch of images.
My current code is below
Note: I'm unsure whether I have to use
DefaultPredictor(...)
orbuild_model(...)
If anyone could point me in the right direction I'd be greatly appreciated!
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions