Skip to content

Python scripts for performing stereo depth estimation using the HITNET Tensorflow model.

License

Notifications You must be signed in to change notification settings

ynjiun/HITNET-Stereo-Depth-estimation

 
 

Repository files navigation

HITNET-Stereo-Depth-estimation

Python scripts for performing stereo depth estimation using the HITNET Tensorflow model from Google Research.

Hitnet stereo depth estimation Stereo depth estimation on the cones images from the Middlebury dataset (https://vision.middlebury.edu/stereo/data/scenes2003/)

Requirements

Tensorflow models

Download the tensorflow models from the original repository and save them into the models folder.

Examples

  • Image inference:
python imageDepthEstimation.py 
  • Video inference:
python videoDepthEstimation.py
  • DrivingStereo dataset inference:
python drivingStereoTest.py

!Hitnet stereo depth estimation on video

References:

About

Python scripts for performing stereo depth estimation using the HITNET Tensorflow model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%