facebookresearch / consistent_depth

We estimate dense, flicker-free, geometrically consistent depth from monocular video, for example hand-held cell phone video.
MIT License
1.61k stars 236 forks source link

Dropbox #72

Open ghost opened 1 year ago

ghost commented 1 year ago

Dropbox forbidden

Eric-JH commented 1 year ago

same issue for me

m0o0scar commented 1 year ago

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 😵‍💫

lvZic commented 1 year ago

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 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 😵‍💫

have no permission