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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·5 Aufrufe

Pointnet

PointNet ist eine Deep-Learning-Architektur, die darauf ausgelegt ist, rohe 3D-Punktwolken direkt ohne Voxelisierung zu verarbeiten und zu klassifizieren. Es bietet ein System für die 3D-Objektklassifizierung, Frameworks für die semantische Segmentierung zur Unterteilung von Wolken in Kategorien sowie Tools zur Visualisierung von 3D-Formen.

Das Projekt nutzt ein Transform-Netzwerk, um Punktwolken in einen kanonischen Koordinatenraum auszurichten, und verwendet eine auf symmetrischen Funktionen basierende Aggregation, um punktweise Merkmale unabhängig von der Punktreihenfolge in globale Vektoren zu verdichten. Zudem verfügt es über eine Multi-Scale-Grouping-Architektur, um hierarchische geometrische Merkmale über verschiedene räumliche Skalen hinweg zu extrahieren.

Das System umfasst Datenpipelines zur Konvertierung von rohen 3D-Innenraum-Parsing- und Formdaten in HDF5-Dateien für das Training. Die Evaluierungsfunktionen decken Genauigkeitsmetriken für die Segmentierung sowie das Rendering von falsch klassifizierten 3D-Punktwolken in Drei-Ansichten-Bilder zur Fehleranalyse ab.

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-Verlauf

Star-Verlauf für charlesq34/pointnetStar-Verlauf für charlesq34/pointnet

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Pointnet

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Pointnet.
  • charlesq34/pointnet2Avatar von charlesq34

    charlesq34/pointnet2

    3,678Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,678
  • yanx27/pointnet_pointnet2_pytorchAvatar von yanx27

    yanx27/Pointnet_Pointnet2_pytorch

    4,894Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,894
  • open-mmlab/mmdetection3dAvatar von open-mmlab

    open-mmlab/mmdetection3d

    6,273Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,273
  • griegler/octnetAvatar von griegler

    griegler/octnet

    504Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗504
Alle 30 Alternativen zu Pointnet anzeigen→

Häufig gestellte Fragen

Was macht charlesq34/pointnet?

PointNet ist eine Deep-Learning-Architektur, die darauf ausgelegt ist, rohe 3D-Punktwolken direkt ohne Voxelisierung zu verarbeiten und zu klassifizieren. Es bietet ein System für die 3D-Objektklassifizierung, Frameworks für die semantische Segmentierung zur Unterteilung von Wolken in Kategorien sowie Tools zur Visualisierung von 3D-Formen.

Was sind die Hauptfunktionen von charlesq34/pointnet?

Die Hauptfunktionen von charlesq34/pointnet sind: 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.

Welche Open-Source-Alternativen gibt es zu charlesq34/pointnet?

Open-Source-Alternativen zu charlesq34/pointnet sind unter anderem: 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…