Skip to content

[ICCV 2019] Monocular depth estimation from a single image

License

Notifications You must be signed in to change notification settings

bolianchen/monodepth2_on_nuscenes_cityscapes

 
 

Repository files navigation

Training of Monodepth2 on the nuScenes Dataset

Introduction

This repository is to integrate the nuScenes and the Cityscapes datasets to the monodepth2 training.

NuScenes

Setup

Please check nuscenes_depth about:

Training Script & Results

python train.py --dataset nuscenes --data_path $NUSCENES_TRAINVAL --nuscenes_version v1.0-trainval
                --model_name nuscenes_mono2 --height 288 --width 512 
                --camera_channels CAM_FRONT CAM_FRONT_LEFT CAM_FRONT_RIGHT 
                                  CAM_BACK CAM_BACK_LEFT CAM_BACK_RIGHT
                --speed_bound 2 inf
                

Cityscapes

[under development]

About

[ICCV 2019] Monocular depth estimation from a single image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 68.6%
  • Python 30.6%
  • Shell 0.8%