Skip to content

Hydragon516/DenseDepth-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DenseDepth-Pytorch

This repository is an unofficial Pytorch implementation of "High Quality Monocular Depth Estimation via Transfer Learning". The official implementation can be found here.

Dataset

NYU Depth Dataset V2 dataset is required. You can download the preprocessed dataset here. You do not need to unzip this file.

Training

  • Open the configs.py file and edit the dataset path and training options.

  • For training, use the following simple command.

$ python train_nyuv2.py

TODO

  • Results for NYU Depth Dataset V2
  • complete the KITTI data loader
  • Visualization code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages