#93 · Primary category: Deep Learning Frameworks
torch-points3d
Pytorch framework for doing deep learning on point clouds.
Project last updated:08/24/26
GitHub Stars
2.7K
Forks
404
Contributors
36
License
Other
Why we included this project
Point clouds don't map cleanly onto standard neural network layers, and this framework is built to spare teams working in 3D that pain. It groups a set of familiar architectures (PointNet, PointNet++, KPConv, RandLA-Net, VoteNet, and others) behind one consistent PyTorch API, so you can switch models without rebuilding your training and evaluation loop. Semantic segmentation, classification, registration, object detection, and panoptic segmentation each have their own dataset and model organization, which makes comparing runs on S3DIS and ScanNet much less fiddly. Because it sits on PyTorch Geometric and uses Hydra for configuration, reproducibility comes with the design rather than being added later. That is most useful to research groups and ML engineers who want to try several point-cloud approaches quickly or reproduce published results without reimplementing each network from scratch.
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
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.