百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
L

LCPR

> 编程语言
开源

[RAL/IROS 2024] LCPR: 基于多尺度注意力的激光雷达-摄像头融合网络用于场景识别

99 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

[RAL/IROS 2024] LCPR: 基于多尺度注意力的激光雷达-摄像头融合网络用于场景识别

LCPR

Introduction

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.

Table of Contents

  • LCPR
    • Introduction
    • Table of Contents
    • Install
    • Data Preparation
    • Training
    • Evaluation
    • Download
    • Citation

Install

  • Ubuntu 20.04 + Python 3.8
  • PyTorch 1.12.1 + CUDA 11.8
bash
git clone https://github.com/ZhouZijie77/LCPR.git
cd LCPR
conda create -n lcpr python=3.8
conda activate lcpr
pip install -r requirements.txt

Data Preparation

  • Please download the offical nuScenes dataset.
  • Generate the infos and range data needed to run the code.
bash
cd tools
python gen_info.py
python gen_index.py
python gen_range.py
cd ..
  • The final data structure should be like:
…

Training

First you need to set the file paths in config/config.yaml. Then, run the following script to train the model:

bash
python train.py

Evaluation

Set the model path that you need to load in test.py. Then run the script:

bash
python test.py

Download

You can download our pre-trained models from this link.

Citation

If you use our code in your academic work, please cite our paper:

bibtex
@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· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Pythondeep-learningplace-recognitionslam

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言