Home

Awesome

Pyramid Point Cloud Transformer for Large-Scale Place Recognition

by Le Hui, Hang Yang, Mingmei Cheng, Jin Xie, and Jian Yang

Benchmark Datasets

We use the same benchmark datasets introduced in PointNetVLAD for point cloud based place recognition, and they can be downloaded here.

Project Code

Pre-requisites

Python 3.6+
Pytorch 1.2
CUDA 10.0

Dataset set-up

Training and Evaluation

Citation

If you find the code or trained models useful, please consider citing:

@inproceedings{hui2021pptnet,
  title={Pyramid Point Cloud Transformer for Large-Scale Place Recognition},
  author={Hui, Le and Yang, Hang and Cheng, Mingmei and Xie, Jin and Yang, Jian},
  booktitle={ICCV},
  year={2021}
}

@article{hui2021epcnet,
  title={Efficient 3{D} Point Cloud Feature Learning for Large-Scale Place Recognition},
  author={Hui, Le and Cheng, Mingmei and Xie, Jin and Yang, Jian and Cheng Ming-Ming},
  journal={Transactions on Image Processing},
  year={2021}
}

Acknowledgement

Our code refers to PointNetVLAD and PointWeb.