SpectacularAI / HybVIO

HybVIO visual-inertial odometry and SLAM system
https://arxiv.org/abs/2106.11857
GNU General Public License v3.0
450 stars 92 forks source link

Test without additional sensor data #43

Closed v-diepttn147 closed 1 year ago

v-diepttn147 commented 1 year ago

Nice work!

I have one question about the input data. As stated in your paper:

Without additional inputs, these methods can only estimate the location relative to the starting point but provide no global position information.

Which means your code still works when there is only one video data, right? How can I modify or how can I set flags to feed only one video in for testing?

Thank you so much. Diep Tran

oseiskar commented 1 year ago

The method in this codebase requires at least an IMU sensor (accelerometer + gyroscope) and one timestamped camera image stream. It will not work, for example, with a single video stream without IMU. There is a parameter called -useStereo that can be used to control how many image streams are used, in case stereo data is available