GrabNet icon indicating copy to clipboard operation
GrabNet copied to clipboard

Permission Issue: Not able to access data in the Colab example

Open ltejedor opened this issue 3 months ago • 4 comments

Hello, using the Colab example from this project's README.

On line: !source scripts/prepare_data.sh I get the error:

/usr/local/lib/python3.10/dist-packages/gdown/parse_url.py:44: UserWarning: You specified a Google Drive link that is not the correct link to download a file. You might want to try `--fuzzy` option or the following url: https://drive.google.com/uc?id=1L_We51j5FwIo5PeLvAK_9I3ZuFU_IWAq
  warnings.warn(
Downloading...
From: https://drive.google.com/file/d/1L_We51j5FwIo5PeLvAK_9I3ZuFU_IWAq/view?usp=sharing
To: /content/GrabNet/data/view?usp=sharing
84.4kB [00:00, 545MB/s]
unzip:  cannot find or open grabnet_data.zip, grabnet_data.zip.zip or grabnet_data.zip.ZIP.
rm: cannot remove 'grabnet_data.zip': No such file or directory
mv: cannot stat 'data/grabnet_data/refinenet.pt': No such file or directory
mv: cannot stat 'data/grabnet_data/coarsenet.pt': No such file or directory

When I go to the link directly, I'm able to see the files but not download them. Please help :)

ltejedor avatar Mar 07 '24 21:03 ltejedor