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

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

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

17 个仓库

Awesome GitHub Repositories3D Object Classification

Neural network architectures for recognizing and categorizing 3D shapes.

Explore 17 awesome GitHub repositories matching part of an awesome list · 3D Object Classification. Refine with filters or upvote what's useful.

Awesome 3D Object Classification GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • charlesq34/pointnetcharlesq34 的头像

    charlesq34/pointnet

    5,433在 GitHub 上查看↗

    PointNet 是一种深度学习架构,旨在直接处理和分类原始 3D 点云,无需体素化。它提供了一个 3D 对象分类系统、用于将点云划分为类别的语义分割框架,以及可视化 3D 形状的工具。 该项目利用变换网络将点云对齐到规范坐标空间,并采用基于对称函数的聚合方法,无论点序如何,都能将点级特征压缩为全局向量。它还具有多尺度分组架构,用于提取不同空间尺度的层级几何特征。 该系统包含用于将原始 3D 室内解析和形状数据转换为 HDF5 文件以进行训练的数据流水线。评估功能涵盖分割准确度指标,以及将分类错误的 3D 点云渲染为三视图图像以进行误差分析。

    Deep learning on point sets for classification and segmentation.

    Python
    在 GitHub 上查看↗5,433
  • 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

    Deep hierarchical feature learning on point sets.

    Python
    在 GitHub 上查看↗3,678
  • ranahanocka/meshcnnranahanocka 的头像

    ranahanocka/MeshCNN

    1,727在 GitHub 上查看↗

    MeshCNN is a general-purpose deep neural network for 3D triangular meshes, which can be used for tasks such as 3D shape classification or segmentation. This framework includes convolution, pooling and unpooling layers which are applied directly on the mesh edges.

    Neural network for processing 3D triangular meshes.

    Python
    在 GitHub 上查看↗1,727
  • zck119/3dgan-releasezck119 的头像

    zck119/3dgan-release

    825在 GitHub 上查看↗

    3D Generative Adversarial Network

    Probabilistic latent space modeling for 3D shapes.

    Python
    在 GitHub 上查看↗825
  • microsoft/o-cnnMicrosoft 的头像

    Microsoft/O-CNN

    750在 GitHub 上查看↗

    This repository contains the implementation of our papers related with O-CNN. The code is released under the MIT license.

    Octree-based convolutional neural networks for shape analysis.

    C++
    在 GitHub 上查看↗750
  • 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.

    Octree-based deep 3D representation learning.

    C++
    在 GitHub 上查看↗504
  • dylanwusee/pointconvDylanWusee 的头像

    DylanWusee/pointconv

    497在 GitHub 上查看↗

    PointConv: Deep Convolutional Networks on 3D Point Clouds. CVPR 2019 Wenxuan Wu, Zhongang Qi, Li Fuxin.

    Convolutional operator for point cloud processing.

    Python
    在 GitHub 上查看↗497
  • itailang/samplenetitailang 的头像

    itailang/SampleNet

    392在 GitHub 上查看↗

    Created by Itai Lang, Asaf Manor, and Shai Avidan from Tel Aviv University.

    Differentiable point cloud sampling for deep learning.

    Python
    在 GitHub 上查看↗392
  • dimatura/voxnetdimatura 的头像

    dimatura/voxnet

    386在 GitHub 上查看↗

    3D/Volumetric Convolutional Neural Networks with Theano+Lasagne.

    3D convolutional neural network for real-time object recognition.

    Python
    在 GitHub 上查看↗386
  • yue-group/meshnetYue-Group 的头像

    Yue-Group/MeshNet

    378在 GitHub 上查看↗

    Created by Yutong Feng, Yifan Feng, Haoxuan You, Xibin Zhao, Yue Gao from Tsinghua University.

    Mesh-based neural network for shape representation.

    Python
    在 GitHub 上查看↗378
  • charlesq34/3dcnn.torchcharlesq34 的头像

    charlesq34/3dcnn.torch

    230在 GitHub 上查看↗

    Volumetric CNN (Convolutional Neural Networks) for Object Classification on 3D Data, with Torch implementation.

    Volumetric and multi-view CNNs for 3D object classification.

    Lua
    在 GitHub 上查看↗230
  • ajbrock/generative-and-discriminative-voxel-modelingajbrock 的头像

    ajbrock/Generative-and-Discriminative-Voxel-Modeling

    214在 GitHub 上查看↗

    Voxel-Based Variational Autoencoders, VAE GUI, and Convnets for Classification

    Generative and discriminative voxel modeling with CNNs.

    Python
    在 GitHub 上查看↗214
  • lmb-freiburg/orionlmb-freiburg 的头像

    lmb-freiburg/orion

    129在 GitHub 上查看↗

    Here you can find the code for the BMVC 2017 version of "Orientation-boosted Voxel Nets for 3D Object Recognition", a.k.a ORION.

    Orientation-boosted voxel nets for object recognition.

    Matlab
    在 GitHub 上查看↗129
  • amir32002/feedback-networksamir32002 的头像

    amir32002/feedback-networks

    91在 GitHub 上查看↗

    Paper: Feedback Networks, CVPR 2017.

    Feedback-based neural network architecture.

    Lua
    在 GitHub 上查看↗91
  • xyf513/spidercnnxyf513 的头像

    xyf513/SpiderCNN

    73在 GitHub 上查看↗

    SpiderCNN: Deep Learning on Point Sets with Parameterized Convolutional Filters. ECCV 2018 Yifan Xu, Tianqi Fan, Mingye Xu, Long Zeng, Yu Qiao.

    Neural network architecture for point cloud classification.

    Python
    在 GitHub 上查看↗73
  • trucleduc/pointgridtrucleduc 的头像

    trucleduc/PointGrid

    61在 GitHub 上查看↗

    1. Python (with necessary common libraries such as numpy, scipy, etc.) 2. TensorFlow 3. You need to prepare your data in *.mat file with the following format: - 'points': N x 3 array (x, y, z coordinates of the point cloud) - 'labels': N x 1 array (1-based integer per-point labels) - 'category':…

    Deep network for 3D shape understanding.

    Python
    在 GitHub 上查看↗61
  • yangyanli/fpnnyangyanli 的头像

    yangyanli/FPNN

    55在 GitHub 上查看↗

    Field Probing Neural Networks for 3D Data

    Field probing neural networks for 3D data.

    C++
    在 GitHub 上查看↗55
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. 3D Object Classification