We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I ran the code using "torchrun train.py --config configs/demo.yaml"
For some reason, I got the Value error: B, Nt, E = q.shape ValueError: too many values to unpack (expected 3)
has anyone gotten this error? I'm using paired-image-folders to compile dataset.
The text was updated successfully, but these errors were encountered:
Kindly want to confirm which model are you using? For SAM2, we are using https://dl.fbaipublicfiles.com/segment_anything_2/092824/sam2.1_hiera_large.pt
Sorry, something went wrong.
No branches or pull requests
Hi, I ran the code using "torchrun train.py --config configs/demo.yaml"
For some reason, I got the Value error:
B, Nt, E = q.shape
ValueError: too many values to unpack (expected 3)
has anyone gotten this error? I'm using paired-image-folders to compile dataset.
The text was updated successfully, but these errors were encountered: