chinakook / LightConvPoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LightConvPoint

A framework to build convolutional network for point cloud processing.

SnapNet products

Paper

The paper is available at arxiv: https://arxiv.org/abs/2004.04462

If you use this code in your research, please consider citing:

@article{boulch2020lightconvpoint,
  title={LightConvPoint: convolution for points},
  author={Boulch, Alexandre and Puy, Gilles and Marlet, Renaud},
  journal={arXiv preprint arXiv:2004.04462},
  year={2020}
}

Ressources

Example

We provide examples classification and segmentation datasets:

  • ModelNet40
  • ShapeNet
  • S3DIS (to be released)
  • Semantic8 (to be released)
  • NPM3D (to be released)

About

License:Other


Languages

Language:C++ 59.1%Language:Python 40.9%