priya-dwivedi / Deep-Learning

MIT License
3.35k stars 2.5k forks source link

Depth estimation / Data NYU Depth V2 #162

Open baharehgl opened 2 years ago

baharehgl commented 2 years ago

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 commented 2 years ago

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!