Skip to content

gilson27/Visual-Inertial-Odometry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIO

Visual inertial odometry using stereo cameras. Good starting point for visual inertial odometry.

Dependencies

  • OpenCV
  • Eigen

Improvement with machine learning

In the figure below, blue line is the VIO's position estimation error, red line is the prediction of that error using a simple linear regression with 12 independent variables (corresponding to camera's egomotion and features' distribution). The regression is performed with 560 frames (where we have the groundtruth) using a 80-20 train-test split. There's a strong implication that machine learning can significantly improve VIO's position estimation without adding any computational burden.
linear regression

About

Visual inertial odometry using stereo cameras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • QMake 3.8%