Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

wuxiaohua1011/stereo_image_to_point_cloud_japan

Repository files navigation

Stereo Video to Point Clouds

Getting Started

  1. clone the repository using git clone https://github.com/wuxiaohua1011/stereo_image_to_point_cloud_japan.git
  2. Setup an identical conda environment using conda create --name myenv --file spec-file.txt
  3. Activate the environment using conda activate myenv
  4. install required modules pip install tqdm opencv-python
  5. Download the data video file mkdir data/raw_data && python download_google_drive.py 1DZvYQMRoPbrmJ67q4kNZ1duFWk5oHnV_ ./data/raw_data/both_eye_0304_1.mp4
  6. run python together.py, you should see a windows pop up, press s to draw a bounding box, and then press space or enter to confirm the bounding box, then you should see both the position and the disparity map showing.

Feel free to disable showing disparity map by passing in False on line 102 for calculating disparity map

Sample Image of the program

Sample Program Run Without Selection Sample Program Run Without Selection

Sample Program Run With Selection Sample Program Run With Selection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages