UZ-SLAMLab / ORB_SLAM3

ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM
GNU General Public License v3.0
6.59k stars 2.56k forks source link

Set seed to stabilize results? #758

Open Crazylov3 opened 1 year ago

Crazylov3 commented 1 year ago

Hi, I am currently developing my own SLAM system and I would like to compare it with other methods. However, I'm facing a challenge with ORB_SLAM3, as its results vary in every experiment due to randomization. Comparing them becomes difficult, even when running the system multiple times and calculating average values, which is time-consuming. Is there any way to stabilize the results of ORB_SLAM3?

Cheng-Nan-Lee commented 5 months ago

I too, am interested in this topic. Where should we set the seed? Is the MLPnpSolver the only part of ORB-SLAM3 that requires randomness?