Skip to content
/ iBoW3D Public

The repository for for paper iBoW3D: Place Recognition Based on Incremental and General Bag of Words in 3D Scans (ICRA 2024).

Notifications You must be signed in to change notification settings

NeSC-IV/iBoW3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iBoW3D

Code for paper iBoW3D: Place Recognition Based on Incremental and General Bag of Words in 3D Scans (ICRA 2024).

overview

Fig.1 The method overview

Video

Prerequisites

We ran the code in Ubuntu 18.04 and we also used libraries listed below.

Features

We use D3Feat to obtain keypoints and local features in advance.

Compile and Run

Before compile the package, some related paths should be added in the main.cpp file.

git clone https://github.com/NeSC-IV/iBoW3D.git
mkdir build
cd build
cmake ..
make
./ibow3d

Citation

@INPROCEEDINGS{10610036,
  author={Lin, Yuxiaotong and Chen, Jiming and Li, Liang},
  booktitle={2024 IEEE International Conference on Robotics and Automation (ICRA)}, 
  title={iBoW3D: Place Recognition Based on Incremental and General Bag of Words in 3D Scans}, 
  year={2024},
  pages={15981-15987},
  keywords={Measurement;Point cloud compression;Adaptation models;Solid modeling;Three-dimensional displays;Simultaneous localization and mapping;Databases},
  doi={10.1109/ICRA57147.2024.10610036}}

Acknowledgement

Thanks to the code of D3Feat.

About

The repository for for paper iBoW3D: Place Recognition Based on Incremental and General Bag of Words in 3D Scans (ICRA 2024).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published