PointCNN and pointnet2

PointNet++ and PointCNN are competitors—both are hierarchical deep learning architectures for point cloud feature extraction that independently propose different approaches (multi-scale grouping with PointNet blocks vs. X-transformation convolution) to achieve similar goals of learning from unordered 3D point sets.

PointCNN
61
Established
pointnet2
51
Established
Maintenance 10/25
Adoption 10/25
Maturity 16/25
Community 25/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 25/25
Stars: 1,428
Forks: 364
Downloads:
Commits (30d): 0
Language: Python
License:
Stars: 3,617
Forks: 931
Downloads:
Commits (30d): 0
Language: Python
License:
No Package No Dependents
Stale 6m No Package No Dependents

About PointCNN

yangyanli/PointCNN

PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)

This project helps classify and segment 3D objects represented as point clouds, which are collections of data points in 3D space. You input raw point cloud data from sources like 3D scanners, and the system outputs either the object's category (e.g., 'chair', 'car') or labels for each point defining different parts of an object (e.g., 'armrest', 'wheel'). This is ideal for researchers or engineers working with 3D spatial data in fields like robotics, autonomous driving, or architectural modeling.

3D object recognition point cloud processing spatial analysis computer vision autonomous systems

About pointnet2

charlesq34/pointnet2

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

This project helps engineers, researchers, or anyone working with 3D sensor data to automatically identify and categorize objects or specific parts within complex 3D environments. It takes raw 3D point cloud data, like that from LiDAR scanners or depth cameras, and outputs classifications of entire objects (e.g., 'chair', 'car') or segmentations of their individual components (e.g., 'chair leg', 'car wheel'). This is useful for tasks like robotic vision, autonomous navigation, or quality inspection.

3D-scanning robotics autonomous-vehicles industrial-inspection computer-vision

Scores updated daily from GitHub, PyPI, and npm data. How scores work