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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
charlesq34 avatar

charlesq34/pointnet2

0
View on GitHub↗
3,678 estrellas·932 forks·Python·7 vistas

Pointnet2

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 data visualization, and integration utilities for loading standardized point cloud benchmarks and datasets.

Features

  • Geometric Deep Learning Frameworks - Implements a deep learning framework specifically optimized for non-Euclidean 3D point cloud data.
  • 3D Machine Learning - Implements a hierarchical learning architecture to categorize 3D objects using coordinates and surface normals.
  • Point Cloud Grouping - Provides multi-scale grouping techniques to organize 3D data into nested scales for hierarchical feature learning.
  • Large-Scale Scene Segmentations - Provides capabilities to partition and label individual objects and surfaces within large-scale 3D environments.
  • Semantic Scene Parsing - Identifies and labels semantic categories of objects and surfaces within large-scale 3D environments.
  • Set Abstraction Layers - Implements an iterative set abstraction process that reduces point counts while increasing feature dimensionality.
  • Symmetric Aggregation Functions - Employs symmetric aggregation functions like max pooling to ensure point cloud processing is invariant to input permutation.
  • Feature Extractors - Captures local and global geometric patterns from 3D point sets to enable downstream machine learning tasks.
  • Point Cloud Classifiers - Categorizes three-dimensional objects by analyzing spatial coordinates and surface normals.
  • Semantic Part Segmentation - Implements semantic part segmentation to label individual constituent parts within a 3D object.
  • Geometric Feature Extraction - Captures local and global geometric features from 3D point clouds to support segmentation and classification tasks.
  • Point Cloud Embeddings - Maps raw 3D coordinates into a higher-dimensional space using multi-layer perceptrons to capture complex patterns.
  • Sampling - Implements furthest point sampling to maintain uniform coverage when selecting a subset of 3D point cloud data.
  • Point Cloud Visualizers - Includes tools for rendering 3D point sets as visual spheres to inspect spatial distribution and data structure.
  • Nearest Neighbor Searches - Utilizes efficient nearest neighbor search algorithms to identify local geometric patches for feature learning.
  • 3D Computer Vision - Deep hierarchical feature learning on 3D point sets.
  • 3D Object Classification - Deep hierarchical feature learning on point sets.
  • Computer Vision Libraries - Deep hierarchical feature learning on point sets.
  • Deep Learning Architectures - Hierarchical feature learning network for point sets in metric spaces.
  • Deep Learning Frameworks - Hierarchical feature learning for point sets in metric spaces.
  • Semantic Segmentation - Hierarchical feature learning for point sets in metric spaces.

Historial de estrellas

Gráfico del historial de estrellas de charlesq34/pointnet2Gráfico del historial de estrellas de charlesq34/pointnet2

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace charlesq34/pointnet2?

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.

¿Cuáles son las características principales de charlesq34/pointnet2?

Las características principales de charlesq34/pointnet2 son: Geometric Deep Learning Frameworks, 3D Machine Learning, Point Cloud Grouping, Large-Scale Scene Segmentations, Semantic Scene Parsing, Set Abstraction Layers, Symmetric Aggregation Functions, Feature Extractors.

¿Qué alternativas de código abierto existen para charlesq34/pointnet2?

Las alternativas de código abierto para charlesq34/pointnet2 incluyen: charlesq34/pointnet — PointNet is a deep learning architecture designed to process and classify raw 3D point clouds directly without… yanx27/pointnet_pointnet2_pytorch — This project is a PyTorch-based framework of deep learning models designed for the classification and semantic… xyf513/spidercnn — SpiderCNN: Deep Learning on Point Sets with Parameterized Convolutional Filters. ECCV 2018 Yifan Xu, Tianqi Fan,… griegler/octnet — OctNet uses efficient space partitioning structures (i.e. octrees) to reduce memory and compute requirements of 3D… wangyueft/dgcnn — We propose a new neural network module dubbed EdgeConv suitable for CNN-based high-level tasks on point clouds… pointcloudlibrary/pcl — The Point Cloud Library is a collection of C++ algorithms designed for filtering, registering, and analyzing…

Alternativas open-source a Pointnet2

Proyectos open-source similares, clasificados según cuántas características comparten con Pointnet2.
  • charlesq34/pointnetAvatar de charlesq34

    charlesq34/pointnet

    5,433Ver en GitHub↗

    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

    Python
    Ver en GitHub↗5,433
  • yanx27/pointnet_pointnet2_pytorchAvatar de yanx27

    yanx27/Pointnet_Pointnet2_pytorch

    4,894Ver en 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
    Ver en GitHub↗4,894
  • wangyueft/dgcnnAvatar de WangYueFt

    WangYueFt/dgcnn

    1,839Ver en GitHub↗

    We propose a new neural network module dubbed EdgeConv suitable for CNN-based high-level tasks on point clouds including classification and segmentation. EdgeConv is differentiable and can be plugged into existing architectures.

    Python
    Ver en GitHub↗1,839
  • griegler/octnetAvatar de griegler

    griegler/octnet

    504Ver en 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++
    Ver en GitHub↗504
Ver las 30 alternativas a Pointnet2→