ApdowJN / Stereo-NEC

The official repository of our ICRA 2024 paper "Stereo-NEC: Enhancing Stereo Visual-Inertial SLAM Initialization with Normal Epipolar Constraints".
120 stars 11 forks source link

where can I find the corresponding code of ".Joint Visual-Inertial Bundle Adjustment" #11

Closed HJMGARMIN closed 4 months ago

HJMGARMIN commented 4 months ago

Dose the following code contains the process of "computing the average residual of the normal epipolar constraint"? image image

ApdowJN commented 4 months ago

The code displayed in your screenshot performs joint VI-BA. The released version of the code, which includes only the initialization methods and how to evaluate in terms of ATE and RRE, continuously triggers initialization until the end of the sequences. We apply the condition for successful initialization in our own SLAM system rather than in ORB-SLAM3, as we use it to demonstrate the concept. However, this is not difficult because the normal vectors, the IMU-CAM extrinsic parameters, and updated translation have already been provided in previous steps. If you need the code for the condition, I can send it to you via email or WeChat (mine is add_executable_wwh).

HJMGARMIN commented 4 months ago

Thanks for your sharing.(my e-mail: garminx@foxmail.com)