#323 · Primary category: Computer Vision
pointnet2
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)