tum-vision / lsd_slam

LSD-SLAM
GNU General Public License v3.0
2.58k stars 1.23k forks source link

FPS evolution with higher frames #314

Open caap95 opened 5 years ago

caap95 commented 5 years ago

Hi,

I'm a finalist student and for my thesis I'm working on various SLAM algorithms and studying their performance. One test that I made was to check if the FPS would vary for datasets with different number of frames.

For LSD SLAM I got the following result:

fps_lsd

I'm having an hard time understanding this result. The FPS stabilizes has it would be expected, but until then it has a growing behavior. I was expecting quite the opposite, that it would start at higher FPS and descend until stabilization.

Can you help me interpreting this result? Maybe it has something to do with the initialization map.

Thanks.

mongrelgem commented 4 years ago

Hi,

I was just wondering how you got the above data ( fps ) ? Please elaborate so that I can reproduce the same data.

Thanks.