Skip to content

Evaluating Monocular ORB-SLAM/ORB-SLAM2 on KITTI dataset #1

Description

@gs14iitbbs

Hi, I want to evaluate monocular ORB-SLAM or Monocular ORB-SLAM2 on KITTI driving dataset.
But the format of KITTI groundtruth is

timestamp a b c d e f g h i j k l

, while monocular ORB generates poses in TUM format

timestamp tx ty tz qx qy qz qw

I found this evaluate_rpe and evaluate_ate, which needs both to be in TUM format.

I tried converting keyframe poses from KITTI to TUM(quaternion) format, but got weird results. Can you please explain how to convert KITTI groundtruth poses to TUM format for such evaluation?

Also, the timestamps generated by monocular ORB-SLAM2 are very different from KITTI groundtruth timestamps.
I don't understand why?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions