All Projects → wh200720041 → SRLCD

wh200720041 / SRLCD

Licence: GPL-3.0 license
fast loop closure detection (online visual place recognition) via saliency re-identification IROS 2020

Programming Languages

C++
36643 projects - #6 most used programming language
matlab
3953 projects

Projects that are alternatives of or similar to SRLCD

Pyicp Slam
Full-python LiDAR SLAM using ICP and Scan Context
Stars: ✭ 155 (+98.72%)
Mutual labels:  recognition, loop, slam
Ov2slam
OV²SLAM is a Fully Online and Versatile Visual SLAM for Real-Time Applications
Stars: ✭ 119 (+52.56%)
Mutual labels:  localization, slam
Door Slam
Distributed, Online, and Outlier Resilient SLAM for Robotic Teams
Stars: ✭ 107 (+37.18%)
Mutual labels:  localization, slam
Mola
A Modular Optimization framework for Localization and mApping (MOLA)
Stars: ✭ 206 (+164.1%)
Mutual labels:  localization, slam
slam gmapping
Slam Gmapping for ROS2
Stars: ✭ 56 (-28.21%)
Mutual labels:  localization, slam
Urbannavdataset
UrbanNav: an Open-Sourcing Localization Data Collected in Asian Urban Canyons, Including Tokyo and Hong Kong
Stars: ✭ 79 (+1.28%)
Mutual labels:  localization, slam
Pythonrobotics
Python sample codes for robotics algorithms.
Stars: ✭ 13,934 (+17764.1%)
Mutual labels:  localization, slam
Floam
Fast LOAM: Fast and Optimized Lidar Odometry And Mapping for indoor/outdoor localization (Lidar SLAM)
Stars: ✭ 326 (+317.95%)
Mutual labels:  localization, slam
Iscloam
Intensity Scan Context based full SLAM implementation for autonomous driving. ICRA 2020
Stars: ✭ 232 (+197.44%)
Mutual labels:  localization, slam
Online place recognition
Graph-based image sequences matching for the visual place recognition in changing environments.
Stars: ✭ 100 (+28.21%)
Mutual labels:  recognition, localization
Kimera Vio
Visual Inertial Odometry with SLAM capabilities and 3D Mesh generation.
Stars: ✭ 741 (+850%)
Mutual labels:  localization, slam
ai for robotics
Visualizations of algorithms covered in Sebastian Thrun's excellent Artificial Intelligence for Robotics course on Udacity.
Stars: ✭ 125 (+60.26%)
Mutual labels:  localization, 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 (+7276.92%)
Mutual labels:  localization, slam
Rtabmap
RTAB-Map library and standalone application
Stars: ✭ 1,376 (+1664.1%)
Mutual labels:  localization, slam
Xivo
X Inertial-aided Visual Odometry
Stars: ✭ 558 (+615.38%)
Mutual labels:  localization, slam
Dl Vision Papers
深度学习和三维视觉相关的论文
Stars: ✭ 123 (+57.69%)
Mutual labels:  localization, slam
UrbanLoco
UrbanLoco: A Full Sensor Suite Dataset for Mapping and Localization in Urban Scenes
Stars: ✭ 147 (+88.46%)
Mutual labels:  localization, slam
Deep Learning Localization Mapping
A collection of deep learning based localization models
Stars: ✭ 300 (+284.62%)
Mutual labels:  localization, slam
Iris lama
LaMa - A Localization and Mapping library
Stars: ✭ 217 (+178.21%)
Mutual labels:  localization, slam
awesome-mobile-robotics
Useful links of different content related to AI, Computer Vision, and Robotics.
Stars: ✭ 243 (+211.54%)
Mutual labels:  localization, slam

SRLCD

Online Visual Place Recognition via Saliency Re-identification IROS 2020

Author: Wang Han, Nanyang Technological University, Singapore

Comparison approach can be found at https://github.com/wh200720041/VRP_Comparison

1. Evaluation

1.1. Example on public dataset (KITTI dataset, TUM dataset, Oxford RobotCar dataset)

1.2. Performance Evaluation

1.3. Comparison

2. Prerequisites

2.1 Platform

Microsoft Visual Studio 2017

2.2 Opencv

Follow Opencv installation.

2.3. Eigen

Follow Eigen Installation.

3. Citation

If you use this work for your research, you may want to cite

@inproceedings{wang2020online,
  author={H. {Wang} and C. {Wang} and L. {Xie}},
  booktitle={2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Online Visual Place Recognition via Saliency Re-identification}, 
  year={2020},
  volume={},
  number={},
  pages={5030-5036},
  doi={10.1109/IROS45743.2020.9341703}
}
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].