PointCNN and pointnet

These are competing approaches to the same problem: PointCNN improves upon PointNet's architecture by using learned X-transformations to weight point interactions, making it a more advanced alternative rather than a complementary tool.

PointCNN
61
Established
pointnet
49
Emerging
Maintenance 10/25
Adoption 10/25
Maturity 16/25
Community 25/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 23/25
Stars: 1,428
Forks: 364
Downloads:
Commits (30d): 0
Language: Python
License:
Stars: 274
Forks: 72
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: Apache-2.0
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 pointnet

nikitakaraevv/pointnet

PyTorch implementation of "PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation" https://arxiv.org/abs/1612.00593

This project helps classify 3D objects or segment their parts directly from raw 3D point cloud data. You feed in a 3D scan or point cloud representation of an object, and it tells you what the object is (e.g., a chair, a bathtub) or identifies its distinct parts (e.g., an airplane wing, fuselage). It's ideal for engineers, designers, or researchers working with 3D models and scans.

3D object recognition point cloud analysis industrial automation 3D modeling computer vision

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