matiasvc / gpu-dvo

GPU implementation of Direct Visual Odometry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpu-dvo

CUDA Optimized DVO

Download datasets using the script dataset/download.sh

Example of launching the application:

gpu_dvo -i dataset/rgbd_dataset_freiburg3_long_office_household -p 535.4 539.2 320.1 247.6

Use the following intrinsic parameter settings for the dataset sequencens:

  • freiburg1: -p 517.3 516.5 318.6 255.3
  • freiburg2: -p 520.9 521.0 325.1 249.7
  • freiburg3: -p 535.4 539.2 320.1 247.6

The application requires the following libraries to be installed:

  • CUDA
  • Nvidia VisionWorks
  • Eigen
  • Boost
  • Sophus
  • glfw

About

GPU implementation of Direct Visual Odometry


Languages

Language:C++ 73.0%Language:Cuda 21.5%Language:CMake 1.8%Language:GLSL 1.5%Language:C 1.0%Language:Python 1.0%Language:Shell 0.2%