Open ghost opened 1 year ago
same issue for me
Actually there is a pending PR from last year that replace the dropbox links with Google Drive links: https://github.com/facebookresearch/consistent_depth/pull/67. But the command won't work on Colab either as running gdown <url>
on colab would result in access denied error. You can replace the two wget
command in scripts/download_demo.sh
to work around this issue:
- wget https://www.dropbox.com/s/9a2kb7flg3o1eb5/ayush_color.mp4?dl=1 -O data/videos/ayush.mp4
+ gdown "1y6_L3uXwsDQV-_ajmba1hWuS8GFZ75_8&confirm=t" -O data/videos/ayush.mp4
...
- wget https://www.dropbox.com/s/7mbvu60qbs7hzod/ayush_colmap.zip?dl=1 -O "${results_dir}/ayush_colmap.zip"
+ gdown "1jamL_Gv4DjodXiVx1U9ze__Nv9tER3LH&confirm=t" -O "${results_dir}/ayush_colmap.zip"
Hmm those PRs have been sitting there for a year already, is facebook still maintaining this project or not 😵💫
Actually there is a pending PR from last year that replace the dropbox links with Google Drive links: #67. But the command won't work on Colab either as running
gdown <url>
on colab would result in access denied error. You can replace the twowget
command inscripts/download_demo.sh
to work around this issue:- wget https://www.dropbox.com/s/9a2kb7flg3o1eb5/ayush_color.mp4?dl=1 -O data/videos/ayush.mp4 + gdown "1y6_L3uXwsDQV-_ajmba1hWuS8GFZ75_8&confirm=t" -O data/videos/ayush.mp4 ... - wget https://www.dropbox.com/s/7mbvu60qbs7hzod/ayush_colmap.zip?dl=1 -O "${results_dir}/ayush_colmap.zip" + gdown "1jamL_Gv4DjodXiVx1U9ze__Nv9tER3LH&confirm=t" -O "${results_dir}/ayush_colmap.zip"
Hmm those PRs have been sitting there for a year already, is facebook still maintaining this project or not 😵💫
have no permission
Dropbox forbidden