HKUST-Aerial-Robotics / VINS-Fusion

An optimization-based multi-sensor state estimator
GNU General Public License v3.0
3.54k stars 1.39k forks source link

Evaluating Predicted poses with Ground Truth #250

Closed ashwinjoseph95 closed 3 months ago

ashwinjoseph95 commented 3 months ago

Hi, I was trying to evaluate the predicted poses with that of the Ground truth for the KITTI dataset. I have downloaded the data_odometry_poses having all the GT in a txt format with rotation matrix values and the output from VINS FUSION is a csv format file with position and orientation values in each row. Is timestamp in vio.csv output of vinsfusion in nanoseconds?