Skip to content

[ICCV 2019] Monocular depth estimation from a single image

License

Notifications You must be signed in to change notification settings

rhidra/ros-monodepth2

 
 

Repository files navigation

ROS Monodepth2

Small ROS package of the Monodepth2 depth estimation model.

Installation

pip2 install torch torchvision --user
cd catkin_ws/src/
git clone git@github.com:rhidra/ros-monodepth2.git
cd ros-monodepth2
python2 test_simple.py --image_path assets/test_image.jpg --model_name mono_640x192

You will also need CV Bridge.

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 77.8%
  • Python 21.1%
  • Other 1.1%