You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run this command from the provided docker image python run_object_sketching.py --target_file "camel.png"
It shows this error:
Access denied with the following error:
Cannot retrieve the public link of the file. You may need to change
the permission to 'Anyone with the link', or have had many accesses.
You may still be able to access the file from the browser:
https://drive.google.com/uc?id=1ao1ovG1Qtx4b7EoskHXmi2E9rp5CHLcZ
The text was updated successfully, but these errors were encountered:
pip install --upgrade --no-cache-dir gdown
then
1. cd to `./U2Net_/saved_models/`
2. run gdown https://drive.google.com/uc?id=1ao1ovG1Qtx4b7EoskHXmi2E9rp5CHLcZ
Hi @teyou, thanks for your interest in our project, and thanks for sharing your solution.
Another possible solution in case the provided link is not working, is using this command to download the trained weights of u2net from huggingface:
wget https://huggingface.co/akhaliq/CLIPasso/resolve/main/u2net.pth --output-document=U2Net_/saved_models/u2net.pth
When I run this command from the provided docker image
python run_object_sketching.py --target_file "camel.png"
It shows this error:
The text was updated successfully, but these errors were encountered: