Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 862 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 862 Bytes

VO_pipeline

Requirements

  • Create the environment from the environment.yml file:
conda env create -f environment.yml
  • Additionally we will also require:

Folder Structure

  • Keypoint_Detection_and_Matching : This folder contains code for a simple harris corner detection and matching script from scratch.
  • VO : This folder has the code for the visual odometry pipeline including g2o optimization.
  • pangolin_example : This folder has the code for visualization of a trajectory using pangolin.