/FPCN

Official code for the paper "Fast Point Completion Network" (Neural Computing and Applications 2024).

Primary LanguagePython

Fast Point Completion Network

This is the official PyTorch implementation of Fast Point Completion Network (Neural Computing and Applications 2024).

image

Cite this work

@article{fang2024fpcn,
  title={Fast Point Completion Network},
  author={Fang, Chenghao and 
          Yang, Bing and 
          Ye, Hailiang and 
          Cao, Feilong},
  journal={Neural Computing and Applications},
  year={2024},
  volume={36},
  pages={10897-10913},
  doi={https://doi.org/10.1007/s00521-024-09624-y}
}

Datasets

We use the ShapeNet and KITTI datasets in our experiments, which are available below:

Acknowledgements

Some of the code of this repo is borrowed from:

License

This project is open sourced under MIT license.