Giannis-Alamanos / ORB-LINE-SLAM

ORB-LINE-SLAM: An Open-Source Stereo Visual SLAM System with Point and Line Features
GNU General Public License v3.0
61 stars 15 forks source link

Stereo-SLAM: why is the rmse index higher than original ORB-SLAM3? #4

Open eleanorchienqr opened 2 years ago

eleanorchienqr commented 2 years ago

Analysing evaluation on dataset V1_02 of EuRoC, the rmse result of ORB-LINE-SLAM is higher than ORB-SLAM3. But ORB-LINE-SLAM uses extra line features to track and estimate poses, which means higher precision and lower rmse. I'm wondering why the higher rmse occurs? Thank you!

Giannis-Alamanos commented 2 years ago

Thank you for your comment. I agree with you, according to my evaluation results orb_slam3 is more accurate regarding V1_02. Your question can be answered by reading my paper which is currently under review and is not yet publicly available. The extra use of line features is not inextricably connected to higher precision. However, orb_line_slam dominates orb_slam3 on EuRoC dataset in total.

JayShaw-git commented 1 year ago

I test the algorithm on my dataset, and it also verifies that the rmse result of ORB-LINE-SLAM is higher than ORB-SLAM3.

jz-github commented 10 months ago

Where is your paper published