Skip to content

purva98/depth_eigen_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

depth_eigen_pytorch

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

About

Implementation of Depth Map Prediction from a Single Image using a Multi-Scale Deep Network (https://arxiv.org/abs/1406.2283) in Pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages