Predicting to dataset #75
Answered
by
giswqs
franciskasara
asked this question in
Q&A
-
What would be the most ideal / computationally cheap way to predict to several images? A simple for cycle or can the "image" parameter in sam.generate somehow be a datagenerator? |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
May 23, 2023
Replies: 1 comment 1 reply
-
For now, you can use a loop to segment multiple images. The generate function might be able to accept multiple images in the future. See facebookresearch/segment-anything#390 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For now, you can use a loop to segment multiple images. The generate function might be able to accept multiple images in the future. See facebookresearch/segment-anything#390