#323 · Primary category: Computer Vision

pointnet2

3d-shape classification deep-learning point-cloud segmentation

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space

Project last updated:08/26/22

GitHub Stars

3.7K

Forks

931

Contributors

3

License

Other

Why we included this project

PointNet++ is the implementation that accompanies the Stanford paper most point cloud work cites, and it remains a sensible place to start when your data is raw 3D points rather than images. It handles the two jobs most downstream projects need: classifying whole point sets and labeling individual points inside them, and the repo includes pretrained models, training scripts, and data processing utilities alongside the networks. Its main advance over the original PointNet is the architecture: it builds hierarchical features over local neighborhoods, much as convolutions do on images, and it copes with the uneven density real 3D sensors produce, which the earlier model did not. Anyone doing object recognition, part segmentation, or work on LiDAR and depth data will find this a solid baseline to measure newer approaches against.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category