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

ValueError: not enough values to unpack (expected 6, got 4) for grounded_sam_simple_demo.py #478

Open
chuhuan88 opened this issue Mar 26, 2024 · 1 comment

Comments

@chuhuan88
Copy link

Traceback (most recent call last):
File "/home/chuhuan/Grounded-Segment-Anything-main/grounded_sam_simple_demo.py", line 51, in
labels = [
File "/home/chuhuan/Grounded-Segment-Anything-main/grounded_sam_simple_demo.py", line 53, in
for _, _, confidence, class_id, _, _
ValueError: not enough values to unpack (expected 6, got 4)

@xhh12381
Copy link

@chuhuan88 The supervision version is too low. I tried updating to the latest version to solve the problem.
pip uninstall supervision
pip install supervision

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

2 participants