awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
charlesq34 avatar

charlesq34/pointnet

0
View on GitHub↗
5,433 星标·1,489 分支·Python·5 次浏览

Pointnet

PointNet 是一种深度学习架构,旨在直接处理和分类原始 3D 点云,无需体素化。它提供了一个 3D 对象分类系统、用于将点云划分为类别的语义分割框架,以及可视化 3D 形状的工具。

该项目利用变换网络将点云对齐到规范坐标空间,并采用基于对称函数的聚合方法,无论点序如何,都能将点级特征压缩为全局向量。它还具有多尺度分组架构,用于提取不同空间尺度的层级几何特征。

该系统包含用于将原始 3D 室内解析和形状数据转换为 HDF5 文件以进行训练的数据流水线。评估功能涵盖分割准确度指标,以及将分类错误的 3D 点云渲染为三视图图像以进行误差分析。

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 历史

charlesq34/pointnet 的 Star 历史图表charlesq34/pointnet 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Pointnet 的开源替代方案

相似的开源项目,按与 Pointnet 的功能重合度排序。
  • charlesq34/pointnet2charlesq34 的头像

    charlesq34/pointnet2

    3,678在 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
    在 GitHub 上查看↗3,678
  • yanx27/pointnet_pointnet2_pytorchyanx27 的头像

    yanx27/Pointnet_Pointnet2_pytorch

    4,894在 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
    在 GitHub 上查看↗4,894
  • open-mmlab/mmdetection3dopen-mmlab 的头像

    open-mmlab/mmdetection3d

    6,273在 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
    在 GitHub 上查看↗6,273
  • griegler/octnetgriegler 的头像

    griegler/octnet

    504在 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++
    在 GitHub 上查看↗504
查看 Pointnet 的所有 30 个替代方案→

常见问题解答

charlesq34/pointnet 是做什么的?

PointNet 是一种深度学习架构,旨在直接处理和分类原始 3D 点云,无需体素化。它提供了一个 3D 对象分类系统、用于将点云划分为类别的语义分割框架,以及可视化 3D 形状的工具。

charlesq34/pointnet 的主要功能有哪些?

charlesq34/pointnet 的主要功能包括: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。

charlesq34/pointnet 有哪些开源替代品?

charlesq34/pointnet 的开源替代品包括: 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…