Skip to content

CS179 Project - Real-time video depth map generation using Python and Cuda

Notifications You must be signed in to change notification settings

fictivelogic/video-depth-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Depth Map -- CS179 Project

Real-time video depth map generation using Python and CUDA.

Run Instructions:

While in project root;

python scripts/run_disparity.py <stereo-video>

NOTE: stereo-video has to be located in $PROJECTROOT/videos/ subdirectory
	  video must also be a juxtapose stereo video pair

Dependencies:

Pip-able dependencies are listed in requirements.txt. However, this project also depends on OpenCV.

Using Python3.4, we chose to use OpenCV 3.0.0-rc1, compiled from source on Ubuntu 15.04 (x64). The installation script, opencv.sh, is available in misc/. Script was obtained from https://help.ubuntu.com/community/OpenCV

NOTE: We recommend using a virtualenv to utilize the package. Using virtualenv, you will need to pip install numpy before running pip install -r requirements.txt.

About

CS179 Project - Real-time video depth map generation using Python and Cuda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published