Implementation of Depth Map Prediction from a Single Image using a Multi-Scale Deep Network (https://arxiv.org/abs/1406.2283) in Pytorch
Note: this is unofficial
Steps:
- Create empty directories ./nyu/{test,train,val}/{i,d} and ./models/
- Download the NYU V2 dataset onto ./nyu/
- Run dataloaderv2.py
For training:
- run train.py For testing:
- run test.py