Skip to content
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

Depth estimation / Data NYU Depth V2 #162

Open
baharehgl opened this issue Dec 25, 2021 · 1 comment
Open

Depth estimation / Data NYU Depth V2 #162

baharehgl opened this issue Dec 25, 2021 · 1 comment

Comments

@baharehgl
Copy link

Hi,

I have a problem with the link of Data NYU Depth V2 (https://s3-eu-west-1.amazonaws.com/densedepth/nyu_data.zip).
Could you please let me know how can I access data?

Best regards,
Bahareh

@rajj123
Copy link

rajj123 commented Jul 7, 2022

You can use wget to access the zip file via the link directly. First, install the package:
!pip install wget
Then save the file in the directory using the code given below. Here I've used the basement zip file from the NYU data.
!python -m wget http://horatio.cs.nyu.edu/mit/silberman/nyu_depth_v2/basements.zip
The zip file is then saved into your colab directory.

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants