zhouhaoran-TJU / MVOScaleRecovery

Recover the scale of monocular visual odometry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVOScaleRecovery

Recover the scale of monocular visual odometry

RUN

  1. save your image name in path_to_image_list by find path/| sort >path_to_image_list
  2. modify the src/param.py based on your dataset
  3. run python3 src/main.py path_to_image_list

Note

this is a scale recoery for a simple monocular VO, the accuracy is degraded. Current error of KITTI 00 by KITTI benchmark is 2.17% (ave every 800m)

Current result

  1. KITTI 00 kitti_00 kitti_00 kitti_00 kitti_00 kitti_00_scale

  2. KITTI 02 kitti_02 kitti_02_scale

  3. Initial Triangles before rance triangles triangles_o

  4. depth and reconstruct triangles triangles_o

About

Recover the scale of monocular visual odometry


Languages

Language:Python 97.6%Language:Shell 2.3%Language:Assembly 0.1%