Skip to content

wangke0809/PatchGAN

 
 

Repository files navigation

Refining Monocular Depth Estimation using PatchGAN Priors

Learning Depth for Autonomous driving from Monocular Images

Network

The repo presents an approach to refine monocular depth estimates by incorporating a patch discriminator.

To train, please run

python train.py [args]

Results

The final results for KITTI are still pending. For the NYU dataset, it achieves a MSE of 0.03 and L1 Loss of 0.08.

Here are a few snapshots

Sample Image 1 Sample Image 2

About

PatchGAN's for refining Monocular Depth Estimation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Shell 3.7%