AlibabaResearch / rcp

MIT License
25 stars 5 forks source link

RCP: Recurrent Closest Point for Scene Flow Estimation on 3D Point Clouds

This is the official PyTorch implementation code for RCP. For technical details, please refer to:

RCP: Recurrent Closest Point for Scene Flow Estimation on 3D Point Clouds
Xiaodong Gu, Chengzhou Tang, Weihao Yuan, Zuozhuo Dai, Siyu Zhu, Ping Tan
[Paper]

frames

Installation

Datasets

We follow HPLFlowNet preprocessing methods:

Training

Evaluation

Pretrained Models

Download Link

Datasets EPE3D Acc3DS AccDR Outliers3D
FlyingThings3D 0.0403 0.8567 0.9635 0.1976
KITTI 0.0481 0.8491 0.9448 0.1228

Citation

If you find this code useful in your research, please cite:

@inproceedings{gu2022rcp,
  title={RCP: Recurrent Closest Point for Point Cloud},
  author={Gu, Xiaodong and Tang, Chengzhou and Yuan, Weihao and Dai, Zuozhuo and Zhu, Siyu and Tan, Ping},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={8216--8226},
  year={2022}
}

Acknowledgements

Some code are borrowed from Flowstep3d, FLOT, flownet3d_Pytorch, HPLFlowNet and Pointnet2.PyTorch. Thanks for these great projects.