All Projects → ZhangXiwuu → Kitti_groundtruth

ZhangXiwuu / Kitti_groundtruth

Ground Truth of KITTI dataset (odometry benchmark) for loop closure detection or visual place recognition

Labels

Projects that are alternatives of or similar to Kitti groundtruth

Manif
A small C++11 header-only library for Lie theory.
Stars: ✭ 494 (+2047.83%)
Mutual labels:  slam
Mvision
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
Stars: ✭ 6,140 (+26595.65%)
Mutual labels:  slam
Gms Feature Matcher
GMS: Grid-based Motion Statistics for Fast, Ultra-robust Feature Correspondence (CVPR 17 & IJCV 20)
Stars: ✭ 797 (+3365.22%)
Mutual labels:  slam
Lio Mapping
Implementation of Tightly Coupled 3D Lidar Inertial Odometry and Mapping (LIO-mapping)
Stars: ✭ 520 (+2160.87%)
Mutual labels:  slam
Teaser Plusplus
A fast and robust point cloud registration library
Stars: ✭ 607 (+2539.13%)
Mutual labels:  slam
Visual slam related research
视觉(语义) SLAM 相关研究跟踪
Stars: ✭ 708 (+2978.26%)
Mutual labels:  slam
Cube slam
CubeSLAM: Monocular 3D Object Detection and SLAM
Stars: ✭ 464 (+1917.39%)
Mutual labels:  slam
Gradslam
gradslam is an open source differentiable dense SLAM library for PyTorch
Stars: ✭ 833 (+3521.74%)
Mutual labels:  slam
Cartographer
Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
Stars: ✭ 5,754 (+24917.39%)
Mutual labels:  slam
Kimera Vio
Visual Inertial Odometry with SLAM capabilities and 3D Mesh generation.
Stars: ✭ 741 (+3121.74%)
Mutual labels:  slam
Sfm Visual Slam
Stars: ✭ 551 (+2295.65%)
Mutual labels:  slam
Robotics Toolbox Matlab
Robotics Toolbox for MATLAB
Stars: ✭ 601 (+2513.04%)
Mutual labels:  slam
Probabilistic robotics
solution of exercises of the book "probabilistic robotics"
Stars: ✭ 734 (+3091.3%)
Mutual labels:  slam
Slam Book
这是一本关于SLAM的书稿,希望能清楚的介绍SLAM系统中的使用的几何方法和深度学习方法。书稿最后应该会达到400页左右,书稿每章对应的代码也会被整理出来。
Stars: ✭ 505 (+2095.65%)
Mutual labels:  slam
Open vins
An open source platform for visual-inertial navigation research.
Stars: ✭ 805 (+3400%)
Mutual labels:  slam
Slambook
No description or website provided.
Stars: ✭ 5,093 (+22043.48%)
Mutual labels:  slam
Turtlebot3
ROS packages for Turtlebot3
Stars: ✭ 673 (+2826.09%)
Mutual labels:  slam
Hdpslam
The implementation of HDP SLAM
Stars: ✭ 16 (-30.43%)
Mutual labels:  slam
Kimera
Index repo for Kimera code
Stars: ✭ 802 (+3386.96%)
Mutual labels:  slam
Kintinuous
Real-time large scale dense visual SLAM system
Stars: ✭ 740 (+3117.39%)
Mutual labels:  slam

KITTI_GroundTruth

Description: Ground Truth of KITTI dataset (odometry benchmark) for loop closure detection or visual place recognition. KITTI odometry benchmark (http://www.cvlibs.net/datasets/kitti/eval_odometry.php) contains 22 sequences and 11 (00-10) of them are provided with metric positions of each image. Among these 11 sequences, 7 sequences contain loop closures. We label the ground truth of loop closure for these sequences based on the metric positions of each images. Specifically, we compare the position of each image to the others in the sequence and regard the one as a loop if it lies within a radius of 6m.


kittiXXGroundTruth.mat

  • kittiXXGroundTruth.mat is a binary matrix with size of N x N, where N is the number of images. Entry (i,j) of the matrix is 0 if image i and image j were taken at the different places. When entry (i,j) is equal to 1, it indicates that image i and image j are regareded as the same place, i.e. a loop closure.

gnd_kittiXX.mat

  • gnd_kittiXX.mat lists, for each image in a sequence, the indices of images that are regarded as the same place.

Related Publications

Please consider citing our work if you want to use this groundtruth.

@article{zhang2019graph,
title={Graph-Based Place Recognition in Image Sequences with CNN Features},
author={Zhang, Xiwu and Wang, Lei and Zhao, Yan and Su, Yan},
journal={Journal of Intelligent \& Robotic Systems},
volume={95},
number={2},
pages={389--403},
year={2019},
publisher={Springer}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].