-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected label during prediction #66
Comments
Hi @rentainhe , thanks for the reply! I looked at the file, but it seems like the input to that is a text prompt ( |
I also noticed that for all the labels with an underscore, additional spaces were added into the output label after prediction. For example, in the demo grounded_sam2_hf_model_demo.py, if I change the label of the car to |
Hi @yuerout About how the |
Hi @rentainhe, thanks for the response! I'm still a bit confused -- Why would a score be computed for |
Hi! So I'm running the grounded_sam2_hf_model_demo.py on one of my images with labels
woman. swab. balcony. room. bucket. sky.
However, the results that theprocessor
looks like this:'labels': ['bucket', 'room', 'woman', 'womanab']
. I am not too sure where thewomanab
label comes from?Here is the image that I used
Here is the image post processing
Does anyone have any insights on why this might be happening? Thanks!
The text was updated successfully, but these errors were encountered: