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
charlesq34 avatar

charlesq34/pointnet

0
View on GitHub↗
5,433 stars·1,489 forks·Python·14 views

Pointnet

PointNet is a deep learning architecture designed to process and classify raw 3D point clouds directly without voxelization. It provides a system for 3D object classification, semantic segmentation frameworks for partitioning clouds into categories, and tools for visualizing 3D shapes.

The project utilizes a transform network to align point clouds into a canonical coordinate space and employs symmetric-function-based aggregation to condense point-wise features into global vectors regardless of point order. It also features a multi-scale grouping architecture to extract hierarchical geometric features across different spatial scales.

The system includes data pipelines for converting raw 3D indoor parsing and shape data into HDF5 files for training. Evaluation capabilities cover segmentation accuracy metrics and the rendering of misclassified 3D point clouds into three-view images for error analysis.

Features

  • Point Cloud Grouping - Employs multi-scale grouping techniques to extract hierarchical geometric features from raw 3D point clouds.
  • Point Cloud Neural Architectures - Provides a neural network architecture designed to process and classify raw 3D point clouds directly without voxelization.
  • Symmetric Aggregation Functions - Uses a max-pooling symmetric function to condense point-wise features into a single global vector regardless of point order.
  • Point Cloud and 3D Processing - Processes point sets sampled from a surface to assign a single categorical label to the entire 3D shape.
  • Point-Wise Label Prediction - Assigns semantic categories to every single point in a point cloud using shared weights.
  • Semantic Segmentations - Provides a framework for assigning semantic labels to individual points within 3D indoor scenes.
  • Semantic Part Segmentation - Partitions 3D point clouds into constituent parts using trained models to predict point-wise labels.
  • Neural Spatial Transformers - Features a T-Net transform network that learns a spatial transformation matrix to align point clouds into a canonical space.
  • 3D Point Cloud Custom Training - Converts raw 3D point cloud data into structured HDF5 formats compatible with deep learning training pipelines.
  • Global-Local Feature Fusion - Combines global shape descriptors with local point features to enable precise semantic labeling of individual coordinates.
  • 3D Data Pipeline Workflows - Implements a data processing workflow that converts raw 3D indoor parsing and shape data into HDF5 files.
  • 3D Indoor Scene Dataset Exporters - Provides workflows for converting raw 3D indoor scene data into structured HDF5 files for model training.
  • Training Data Serialization - Implements an HDF5-based serialization system for efficient disk access to large-scale 3D point clouds during training.
  • Point Cloud Visualizers - Includes utilities for rendering raw 3D shapes and generating three-view images for error analysis.
  • 3D Computer Vision - Deep learning architecture for 3D classification and segmentation.
  • 3D Object Classification - Deep learning on point sets for classification and segmentation.
  • Deep Learning Architectures - Foundational deep learning architecture for point set classification and segmentation.
  • Deep Learning Frameworks - Pioneering deep learning architecture for point cloud classification and segmentation.
  • Semantic Segmentation - Deep learning framework for classification and segmentation on point sets.

Star history

Star history chart for charlesq34/pointnetStar history chart for charlesq34/pointnet

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Pointnet

These projects share indexed features with Pointnet. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • charlesq34/pointnet2charlesq34 avatar

    charlesq34/pointnet2

    3,678View on GitHub↗

    PointNet++ is a deep learning framework designed for processing and classifying 3D point cloud data. It utilizes a hierarchical feature learning architecture to extract geometric patterns from sampled 3D point sets. The framework implements a variety of 3D analysis tools, including a point cloud classifier for categorizing objects based on spatial coordinates and surface normals, a semantic scene segmenter for labeling surfaces in large-scale environments, and a tool for 3D object part segmentation. The system covers a broad range of capabilities including geometric feature extraction, 3D da

    Python
    View on GitHub↗3,678
  • yanx27/pointnet_pointnet2_pytorchyanx27 avatar

    yanx27/Pointnet_Pointnet2_pytorch

    4,894View on GitHub↗

    This project is a PyTorch-based framework of deep learning models designed for the classification and semantic segmentation of 3D point cloud data. It provides implementations of the PointNet architecture to perform global category labeling of entire objects and detailed partitioning of large-scale 3D environments. The system handles semantic segmentation across multiple scales, ranging from identifying individual components within a single object to labeling distinct category types within large-scale scenes. The framework includes structural components for processing unordered point sets, s

    Pythonclassificationmodelnetpoint-cloud
    View on GitHub↗4,894
  • open-mmlab/mmdetection3dopen-mmlab avatar

    open-mmlab/mmdetection3d

    6,273View on GitHub↗

    MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate

    Python3d-object-detectionobject-detectionpoint-cloud
    View on GitHub↗6,273
  • griegler/octnetgriegler avatar

    griegler/octnet

    504View on GitHub↗

    OctNet uses efficient space partitioning structures (i.e. octrees) to reduce memory and compute requirements of 3D convolutional neural networks, thereby enabling deep learning at high resolutions.

    C++
    View on GitHub↗504
Compare all 30 related projects→

Frequently asked questions

What does charlesq34/pointnet do?

PointNet is a deep learning architecture designed to process and classify raw 3D point clouds directly without voxelization. It provides a system for 3D object classification, semantic segmentation frameworks for partitioning clouds into categories, and tools for visualizing 3D shapes.

What are the main features of charlesq34/pointnet?

The main features of charlesq34/pointnet are: Point Cloud Grouping, Point Cloud Neural Architectures, Symmetric Aggregation Functions, Point Cloud and 3D Processing, Point-Wise Label Prediction, Semantic Segmentations, Semantic Part Segmentation, Neural Spatial Transformers.

Which projects share features with charlesq34/pointnet?

Projects with overlapping indexed features include: charlesq34/pointnet2 — PointNet++ is a deep learning framework designed for processing and classifying 3D point cloud data. It utilizes a… yanx27/pointnet_pointnet2_pytorch — This project is a PyTorch-based framework of deep learning models designed for the classification and semantic… open-mmlab/mmdetection3d — MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting… xyf513/spidercnn — SpiderCNN: Deep Learning on Point Sets with Parameterized Convolutional Filters. ECCV 2018 Yifan Xu, Tianqi Fan,… wangyueft/dgcnn — We propose a new neural network module dubbed EdgeConv suitable for CNN-based high-level tasks on point clouds… griegler/octnet — OctNet uses efficient space partitioning structures (i.e. octrees) to reduce memory and compute requirements of 3D…