awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
F

fxia22/pointnet.pytorch

0
View on GitHub↗
0 stars·0 forks·14 views

Pointnet.pytorch

This repo is implementation for PointNet(https://arxiv.org/abs/1612.00593) in pytorch. The model is in pointnet/model.py.

Features

  • Computer Vision Models - Implementation of PointNet for 3D point cloud processing.
  • Deep Learning Architectures - PyTorch implementation of the original point set classification and segmentation network.
  • Deep Learning Frameworks - PyTorch implementation of the original point set classification network.
  • Model Implementations - PointNet implementation for 3D classification.
  • D Segmentation, Classification and Regression - Listed in the “D Segmentation, Classification and Regression” section of the The Incredible Pytorch awesome list.
  • Point segmentation - Listed in the “Point segmentation” section of the Ailia Models awesome list.

Star history

Star history chart for fxia22/pointnet.pytorchStar history chart for fxia22/pointnet.pytorch

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pointnet.pytorch

Similar open-source projects, ranked by how many features they share with Pointnet.pytorch.
  • trailbehind/deeposmtrailbehind avatar

    trailbehind/DeepOSM

    1,329View on GitHub↗

    Train a deep learning net with OpenStreetMap features and satellite imagery.

    Python
    View on GitHub↗1,329
  • 1adrianb/face-alignment1adrianb avatar

    1adrianb/face-alignment

    7,518View on GitHub↗

    This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Python
    View on GitHub↗7,518
  • 1zb/deformable-convolution-pytorch1zb avatar

    1zb/deformable-convolution-pytorch

    410View on GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    View on GitHub↗410
  • aaron-xichen/pytorch-playgroundaaron-xichen avatar

    aaron-xichen/pytorch-playground

    2,714View on GitHub↗

    Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    View on GitHub↗2,714
See all 30 alternatives to Pointnet.pytorch→

Frequently asked questions

What does fxia22/pointnet.pytorch do?

This repo is implementation for PointNet(https://arxiv.org/abs/1612.00593) in pytorch. The model is in pointnet/model.py.

What are the main features of fxia22/pointnet.pytorch?

The main features of fxia22/pointnet.pytorch are: Computer Vision Models, Deep Learning Architectures, Deep Learning Frameworks, Model Implementations, D Segmentation, Classification and Regression, Point segmentation.

What are some open-source alternatives to fxia22/pointnet.pytorch?

Open-source alternatives to fxia22/pointnet.pytorch include: trailbehind/deeposm — Train a deep learning net with OpenStreetMap features and satellite imagery. aosokin/biogans. 1zb/deformable-convolution-pytorch — PyTorch implementation of Deformable Convolution. aaron-xichen/pytorch-playground — Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet,… 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and…