charlesq34/pointnet
A deep neural network that directly consumes unordered 3D point clouds for classification and segmentation.

Velocity · 7d
+1.6
★ / day
Trend
→steady
star history
PointNet provides a unified architecture for 3D shape classification, part segmentation, and scene semantic parsing directly from point cloud data. The network respects permutation invariance of points through symmetric functions and learns global and local features. This repository contains the original TensorFlow implementation with code for training on ModelNet classification and ShapeNet Part segmentation datasets.