项目作者: wh200720041

项目描述 :
fast loop closure detection (online visual place recognition) via saliency re-identification IROS 2020
高级语言: C++
项目地址: git://github.com/wh200720041/SRLCD.git
创建时间: 2020-02-17T02:17:37Z
项目社区:https://github.com/wh200720041/SRLCD

开源协议:GNU General Public License v3.0

下载


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

  1. @inproceedings{wang2020online,
  2. author={H. {Wang} and C. {Wang} and L. {Xie}},
  3. booktitle={2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
  4. title={Online Visual Place Recognition via Saliency Re-identification},
  5. year={2020},
  6. volume={},
  7. number={},
  8. pages={5030-5036},
  9. doi={10.1109/IROS45743.2020.9341703}
  10. }