priya-dwivedi/Deep-Learning

Depth estimation / Data NYU Depth V2

baharehgl opened this issue · 1 comments

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

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!