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.
274 stars. No commits in the last 6 months.
Use this if you need to automatically identify 3D objects or their components from raw point cloud data for tasks like quality control, robotics, or augmented reality.
Not ideal if your input data is in 2D image format or if you need to perform complex scene understanding beyond single object classification or segmentation.
Stars
274
Forks
72
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
May 05, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nikitakaraevv/pointnet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
daavoo/pyntcloud
pyntcloud is a Python library for working with 3D point clouds.
yangyanli/PointCNN
PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
torch-points3d/torch-points3d
Pytorch framework for doing deep learning on point clouds.
yogeshhk/MidcurveNN
Computation of Midcurve of Thin Polygons using Neural Networks
charlesq34/pointnet2
PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space