Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaaccorley/pointnet-pytorch
Minimal PyTorch implementation of PointNet from "PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation" by Qi et al.
https://github.com/isaaccorley/pointnet-pytorch
Last synced: about 1 month ago
JSON representation
Minimal PyTorch implementation of PointNet from "PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation" by Qi et al.
- Host: GitHub
- URL: https://github.com/isaaccorley/pointnet-pytorch
- Owner: isaaccorley
- License: mit
- Created: 2020-12-10T03:30:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-06T15:37:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T10:15:31.918Z (3 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pointnet-pytorch
Minimal PyTorch implementation of PointNet from ["PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation" by Qi et al.](https://arxiv.org/abs/1612.00593)