Skip to content

A stereo semantic visual odometry with two parallel threads: tracking and yolo

Notifications You must be signed in to change notification settings

nonlinear1/stereo-semantic-vo

 
 

Repository files navigation

stereo-semantic-vo

A gif of running on KITTI:

image

In addition to the requirements in ORB-SLAM2, it also need CUDA>=6.5 to run YOLO detection, according to your own GPU compute capability to modify the following line:

LIST(APPEND CUDA_NVCC_FLAGS -gencode arch=compute_35,code=sm_35)

My Graphics card is:GeForce GT 730, GPU compute capability=35

About

A stereo semantic visual odometry with two parallel threads: tracking and yolo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 95.0%
  • CMake 5.0%