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 am trying to run inference on a lot of images at once, and am wondering what is the best way to do that.
I have modified gradio_new.py to run without the interface but that code seems to be specifically structured for 1 input image at a time.
On the other hand, it seems like main.py test functionality may be a better option. How can I call it properly? Where in the code can I pass in my custom data and sampled camera viewpoints? Thank you!
The text was updated successfully, but these errors were encountered:
Thanks for the great work!
I am trying to run inference on a lot of images at once, and am wondering what is the best way to do that.
I have modified
gradio_new.py
to run without the interface but that code seems to be specifically structured for 1 input image at a time.On the other hand, it seems like
main.py
test functionality may be a better option. How can I call it properly? Where in the code can I pass in my custom data and sampled camera viewpoints? Thank you!The text was updated successfully, but these errors were encountered: