[RAL/IROS 2024] LCPR: 基于多尺度注意力的激光雷达-摄像头融合网络用于场景识别
This repository is the official implementation of our paper accepted by IEEE RAL/IROS 2024. [IEEE Xplore] [arXiv]
LCPR: A Multi-Scale Attention-Based LiDAR-Camera Fusion Network for Place Recognition. Zijie Zhou, Jingyi Xu, Guangming Xiong, Junyi Ma*
Sensor fusion has been considered an effective method to overcome the weaknesses of individual sensors. Most existing multimodal place recognition methods only use limited field-of-view camera images, which leads to an imbalance between features from different modalities and limits the effectiveness of sensor fusion. Thus, we propose a novel multimodal place recognition neural network LCPR. It takes multi-view RGB images and LiDAR range images as input, extracts discriminative and yaw-rotation invariant global descriptors for fast query-database matching.
git clone https://github.com/ZhouZijie77/LCPR.git
cd LCPR
conda create -n lcpr python=3.8
conda activate lcpr
pip install -r requirements.txtcd tools
python gen_info.py
python gen_index.py
python gen_range.py
cd ..…First you need to set the file paths in config/config.yaml. Then, run the following script to train the model:
python train.pySet the model path that you need to load in test.py. Then run the script:
python test.pyYou can download our pre-trained models from this link.
If you use our code in your academic work, please cite our paper:
@ARTICLE{zhou2024lcpr,
author={Zhou, Zijie and Xu, Jingyi and Xiong, Guangming and Ma, Junyi},
journal={IEEE Robotics and Automation Letters},
title={LCPR: A Multi-Scale Attention-Based LiDAR-Camera Fusion Network for Place Recognition},
year={2024},
volume={9},
number={2},
pages={1342-1349},
doi={10.1109/LRA.2023.3346753}}暂无开放 Issues,或尚未同步最近议题。