generate when running with batch=True doesn't return annotations #134
Answered
by
giswqs
papabricio
asked this question in
Q&A
-
When I run the generate method with the batch parameters set True, theres no annotations being returned, sam.show_anns() return a message for run the generate method and sam.masks instance, return a string with the mask filepath. On other hand when I run generete with batch=False, the show_anns works fine and the sam.masks returns a list with the annotations. |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Jul 3, 2023
Replies: 1 comment
-
You are correct. The batch mode doesn't support showing annotations yet. I will see if I can implement it. Contributions are welcome |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are correct. The batch mode doesn't support showing annotations yet. I will see if I can implement it. Contributions are welcome