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
Hi, I'm attempting to detect "a black and white french bulldog" from the image using Grounded-SAM2.
While the model successfully detects the dog mask, but the results[0]["labels"] from the post_process_grounded_object_detection function is "a black french bulldog", which differs from the original prompt.
Question
I want the exact text that was in the original prompt.
How can I ensure that the detected label exactly matches the original prompt text?
The text was updated successfully, but these errors were encountered:
Hi @mtablo , we have some similar discussions here: #50 , you can try the local grounding dino demo and follow our Grounding DINO specific phrase inference instructions to achieve this.
Issue
Hi, I'm attempting to detect
"a black and white french bulldog"
from the image using Grounded-SAM2.While the model successfully detects the dog mask, but the
results[0]["labels"]
from thepost_process_grounded_object_detection
function is"a black french bulldog"
, which differs from the original prompt.Question
I want the exact text that was in the original prompt.
How can I ensure that the detected label exactly matches the original prompt text?
The text was updated successfully, but these errors were encountered: