-
Notifications
You must be signed in to change notification settings - Fork 3
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
Code execution error. #1
Comments
Thank you for your acknowledgment of our work! GDINO is based on transformer. It will download and load pretrained weights for transformer from Hugging Face when building the GDINO model. This issue is likely due to network problems preventing the pretrained weights from being downloaded. If you are in China, you can try using a proxy, such as Clash, since Hugging Face cannot be accessed directly. |
Yes, you need to. GDINO uses transformer, so you encounter this issue when building the GDINO model. Loading the GIDNO weights you downloaded is after the GDINO model is built. |
Okay, thank you. |
Hello, thank you for doing such an excellent job. I am reproducing your code and after completing all the tasks, I ran bash scripts/GDINO/test/GDINO.sh to test it. The code reported the following error. How can I solve it? I have downloaded the model to ./ COIN/cloud_models/ folder. Thank you!
The text was updated successfully, but these errors were encountered: