Skip to content
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

Bug : Model can't detect all the labels in a given class #22

Open
nv-vankit opened this issue Mar 5, 2024 · 0 comments
Open

Bug : Model can't detect all the labels in a given class #22

nv-vankit opened this issue Mar 5, 2024 · 0 comments

Comments

@nv-vankit
Copy link

The second example in the readme (https://github.com/nv-vankit/nanoowl) says we're giving a single threshold for this single class. But however, It looks like the single threshold given to the single class doesn't detect the inner multi labels. Like in this example 2 prompt, we're having single class label "owl" and inside that we're detecting the region of interest "wing, eye". But given the code, it's only detecting wings, not eyes.

The example from the readme is as follows :
python3 tree_predict.py
--prompt="[an owl [a wing, an eye]]"
--threshold=0.15
--image_encoder_engine=../data/owl_image_encoder_patch32.engine

The output image has been attached.
tree_predict_out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant