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

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

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

3 个仓库

Awesome GitHub RepositoriesSampling

Techniques for selecting a subset of representative points from a 3D point cloud.

Distinct from Point Cloud: Distinct from general Point Cloud software by focusing specifically on sampling strategies like furthest point sampling.

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

Awesome Sampling GitHub Repositories

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

    open-mmlab/mmcv

    6,446在 GitHub 上查看↗

    mmcv is a foundation library for computer vision based on PyTorch. It provides a comprehensive system for constructing convolutional neural networks, a toolkit for image and video preprocessing, and a collection of high-performance deep learning vision operators. The project is distinguished by its hardware-accelerated kernels for complex operations such as deformable convolutions and region pooling. It features a configuration-driven framework that allows for the dynamic instantiation of network layers and the registration of custom modules without modifying code. The library covers a broad

    Selects representative points from 3D point clouds using furthest point sampling and ball queries.

    Python
    在 GitHub 上查看↗6,446
  • yanx27/pointnet_pointnet2_pytorchyanx27 的头像

    yanx27/Pointnet_Pointnet2_pytorch

    4,894在 GitHub 上查看↗

    该项目是一个基于 PyTorch 的深度学习模型框架,专为 3D 点云数据的分类和语义分割而设计。它提供了 PointNet 架构的实现,用于执行整个对象的全局类别标注以及大规模 3D 环境的详细分区。 该系统处理跨多个尺度的语义分割,范围从识别单个对象内的组件到标注大规模场景中的不同类别类型。 该框架包括用于处理无序点集的结构化组件,例如最远点采样、层级点集分组和对称集聚合网络。它还提供离线数据预处理工具,以及用于在外部软件中可视化分割输出的 3D 对象文件生成工具。

    Implements furthest point sampling to select representative subsets of 3D point clouds.

    Pythonclassificationmodelnetpoint-cloud
    在 GitHub 上查看↗4,894
  • 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

    Implements furthest point sampling to maintain uniform coverage when selecting a subset of 3D point cloud data.

    Python
    在 GitHub 上查看↗3,678
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Point Cloud
  5. Sampling