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