pointnet.pytorch
Point Cloud Model
This is an implementation of the PointNet algorithm in PyTorch for 3D point cloud classification and segmentation tasks.
pytorch implementation for "PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation" https://arxiv.org/abs/1612.00593
2k stars
25 watching
636 forks
Language: Python
last commit: almost 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A PyTorch framework for building and training deep learning models on point clouds. | 224 |
| A deep learning model implementation of the DeepLab ResNet architecture for image segmentation tasks. | 602 |
| Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
| PyTorch implementation of a deep learning model for image segmentation | 90 |
| A PyTorch implementation of a segmentation network architecture | 588 |
| A PyTorch implementation of V-Net for volumetric medical image segmentation | 703 |
| Provides PyTorch implementations of deep learning models for semantic segmentation | 772 |
| Re-implementation of a deep learning model for semantic segmentation using PyTorch. | 52 |
| A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
| A deep learning framework for 3D point cloud analysis, specifically for change detection and segmentation tasks. | 31 |
| Reimplements MobileNet-V2 and IGCV3 using PyTorch for efficient deep learning. | 19 |
| A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
| A PyTorch implementation of a real-time semantic segmentation model using ENet architecture | 392 |
| A PyTorch implementation of a deep learning model for semantic image segmentation | 1,598 |
| An implementation of a deep neural network architecture for image classification tasks | 273 |