sunghoon031 / LCSD_SLAM

GNU General Public License v3.0
315 stars 86 forks source link

About tracking time #14

Closed hellovuong closed 3 years ago

hellovuong commented 3 years ago

Hi, I have another question, in your paper,

I saw your measure "tracking time" and compare it between your SLAM and ORB_SLAM2. Where can I found that metrics or how can I get it (in both ORB_SLAM2 and your SLAM)? Thank you again and looking for your answer. 595E6B9C-6030-448C-B09F-AC0AE948CBA9

sunghoon031 commented 3 years ago

Run main.m with mode_EuRoC_MAV = 1 in line 22. Then check the following variables

These 1-by-11 vectors contain the median, mean and standard deviation values of the tracking times for each sequence of the EuRoC MAV dataset.

hellovuong commented 3 years ago

Oh great, I got it, thank you for you kindly support