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

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

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

17 个仓库

Awesome GitHub RepositoriesPoint Cloud

Software for processing, viewing, and organizing 3D point cloud data.

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

Awesome Point Cloud GitHub Repositories

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

    realsenseai/librealsense

    8,541在 GitHub 上查看↗

    The Intel RealSense SDK is a software development kit providing drivers and libraries for interfacing with depth cameras to capture color, depth, and infrared data streams. It includes a depth camera driver for device discovery and sensor configuration, a stereo vision library for computing depth maps and aligning frames, and a 3D point cloud generator to transform depth and infrared frames into spatial representations. The SDK distinguishes itself through on-chip depth calculation and stereo calibration, using internal vision processors to reduce host CPU load. It supports hardware-level str

    Transforms depth and infrared data into 3D point sets to represent physical space.

    C++camera-apicomputer-visiondeveloper-kits
    在 GitHub 上查看↗8,541
  • google/dracogoogle 的头像

    google/draco

    7,357在 GitHub 上查看↗

    Draco is a library and toolset for compressing, transcoding, and decoding 3D geometric meshes and point cloud data. Its primary purpose is to reduce storage size and transmission bandwidth for 3D assets. The project includes a geometry optimizer specifically for glTF file containers to reduce asset footprints. It also features a hardened decoder designed to process malformed or untrusted 3D geometric data safely to prevent memory corruption and crashes. The software covers a broad range of 3D data processing capabilities, including geometric data reconstruction, point attribute management, a

    Stores and organizes n-dimensional point data by associating sets of attributes with individual points.

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

    Applies random noise, flipping, rotation, and scaling to point cloud data during training.

    Python3d-object-detectionobject-detectionpoint-cloud
    在 GitHub 上查看↗6,273
  • potree/potreepotree 的头像

    potree/potree

    5,505在 GitHub 上查看↗

    Potree 是一个基于 Web 的点云渲染引擎和查看器,专为大规模 3D 空间数据集和 LIDAR 扫描的可视化与分析而设计。它作为一种地理空间分析工具,支持使用 WebGL 直接在 Web 浏览器中对高密度点云进行交互式探索。 该系统利用眼穹照明(eye-dome lighting)增强 3D 结构的深度感知,并支持虚拟现实以进行沉浸式空间探索。它通过分层注释和创建动画相机漫游导览,为 3D 场景文档提供专业功能。 该平台包括地理空间数据分析工具,如空间距离和面积测量、高程剖面分析,以及外部 shapefile 和 geopackage 的叠加。用户可以使用基于属性的过滤和裁剪体积隔离来提取特定特征,同时外部图像可以与点云视角对齐和同步。 Potree 采用预处理的二进制格式和基于八叉树的空间索引,以促进大规模数据集的异步数据流传输和细节层次(LOD)渲染。

    WebGL viewer for large-scale point cloud datasets.

    JavaScript
    在 GitHub 上查看↗5,505
  • tixl3d/tixltixl3d 的头像

    tixl3d/tixl

    5,004在 GitHub 上查看↗

    Tixl 是一个基于节点的动态图形引擎和程序化生成工具,用于创建 3D 几何体和着色器。它利用有向无环图(DAG)操作符和 GPU 加速计算内核来生成复杂的 3D 形状,特别是通过使用符号距离函数(SDF)和粒子模拟。 该引擎通过 C# 开发框架具有高度可扩展性,支持热代码重载,允许在不重启的情况下将自定义操作符逻辑注入到活动运行时中。它还作为一个灯光控制器脱颖而出,能够将 3D 空间属性和旋转转换为 DMX 和 ArtNet 协议,以驱动物理舞台设备。 该平台涵盖了广泛的能力,包括通过 FFT 分析实现的音频响应可视化、关键帧和程序化动画,以及通过 MIDI 和 OSC 集成的实时外部控制。其渲染流水线支持基于物理的渲染(PBR)和自定义着色器构建,同时该环境还提供了用于投影映射和独立可执行文件部署的工具。 该项目提供了一个用于构建应用程序的 CLI 和一个用于创建 C# 扩展的开发界面。

    Allows assignment of specific values to scale and effect vectors for individual 3D points.

    C#animationdesigndirectx
    在 GitHub 上查看↗5,004
  • microsoft/muzicmicrosoft 的头像

    microsoft/muzic

    4,928在 GitHub 上查看↗

    Muzic 是一个用于 AI 驱动的音乐分析、创作和合成的深度学习平台和框架。它作为一个音乐生成框架和分析工具,利用大型语言模型和自主智能体来编排符号音乐和音频音乐的创作与解读。 该项目以其跨模态能力而著称,将自然语言和符号音乐映射到共享的联合嵌入空间中,用于零样本分类和信息检索。它采用了多种专门的架构,包括用于音频合成的扩散框架、用于长序列结构一致性的双粒度注意力机制,以及结合音乐理论规则与神经网络的混合系统。 该平台涵盖了广泛的功能,包括从文本和歌词生成 MIDI 序列、神经歌声合成以及自动歌词转录。它还提供用于音乐结构建模、基于属性的符号生成以及通过自主智能体编排外部音乐工具的工具。 支持性实用程序包括用于大规模 MIDI 二进制化、数据集编码的数据工程流水线,以及用于旋律音符提取和语音到音素对齐的音频信号处理。

    Adjusts the pitch and duration of spoken syllables to match musical notes for training transcription models.

    Pythonai-musicdeep-learningmusic
    在 GitHub 上查看↗4,928
  • 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
  • cloudcompare/cloudcompareCloudCompare 的头像

    CloudCompare/CloudCompare

    4,577在 GitHub 上查看↗

    CloudCompare 是一款用于处理和分析 3D 点云和多边形网格的专业软件。它作为一个 3D 网格分析工具和大型数据集可视化工具,旨在在 3D 环境中显示和管理数百万个点。 该软件提供点云比较的专业功能,利用优化的八叉树结构计算两个 3D 数据集之间的空间差异。这使得识别点云之间或点云与网格之间的变化和误差成为可能。 该系统涵盖了广泛的 3D 数据分析领域,包括大规模点云的处理和 3D 网格的几何评估。它通过内存高效的处理和针对海量数据集的专业渲染来保持高性能。

    Software for 3D point cloud and mesh processing.

    C++
    在 GitHub 上查看↗4,577
  • 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
  • fastai/course22fastai 的头像

    fastai/course22

    3,398在 GitHub 上查看↗

    This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It teaches the fundamentals of training neural networks for computer vision, natural language processing, tabular data analysis, and collaborative filtering using PyTorch and the fastai library. The course is designed to be hands-on, guiding learners from building a training loop from scratch to fine-tuning pretrained models for a variety of practical tasks. The curriculum distinguishes itself by covering the full lifecycle of a deep learning project, from data preparation and augmen

    Rescales point coordinates to a normalized range so they remain valid after image transformations.

    Jupyter Notebookdeep-learningfastaijupyter-notebooks
    在 GitHub 上查看↗3,398
  • nmwsharp/polyscopenmwsharp 的头像

    nmwsharp/polyscope

    2,174在 GitHub 上查看↗

    A C++ & Python viewer for 3D data like meshes and point clouds

    Viewer for 3D meshes and point clouds.

    C++
    在 GitHub 上查看↗2,174
  • keijiro/pcxkeijiro 的头像

    keijiro/Pcx

    1,505在 GitHub 上查看↗

    Point cloud importer & renderer for Unity

    Point cloud importer and renderer for Unity.

    C#
    在 GitHub 上查看↗1,505
  • connormanning/entwineconnormanning 的头像

    connormanning/entwine

    518在 GitHub 上查看↗

    Entwine - point cloud organization for massive datasets

    Data organization library for massive point clouds.

    C++
    在 GitHub 上查看↗518
  • kitware/veloviewKitware 的头像

    Kitware/VeloView

    329在 GitHub 上查看↗

    VeloView performs real-time visualization and easy processing of live captured 3D LiDAR data from Velodyne sensors (Alpha Prime™, Puck™, Ultra Puck™, Puck Hi-Res™, Alpha Puck™, Puck LITE™, HDL-32, HDL-64E). Runs on Windows, Linux and MacOS. This repository is a mirror of https://gitlab.kitware.com/LidarView/VeloView-Velodyne.

    Real-time visualization for Velodyne LiDAR sensors.

    C++
    在 GitHub 上查看↗329
  • kitware/lidarviewKitware 的头像

    Kitware/LidarView

    301在 GitHub 上查看↗

    LidarView performs real-time reception, recording, visualization and processing of 3D LiDAR data. This repository is a mirror of https://gitlab.kitware.com/LidarView/lidarview.

    Real-time visualization and processing for LiDAR data.

    C++
    在 GitHub 上查看↗301
  • rmeertens/immersivepointsrmeertens 的头像

    rmeertens/ImmersivePoints

    15在 GitHub 上查看↗

    Visualise your data in virtual reality with ImmersivePoints

    VR-based web application for exploring 3D data.

    HTML
    在 GitHub 上查看↗15
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Point Cloud

探索子标签

  • Augmentations1 个子标签Applying random noise, flipping, rotation, and scaling to point cloud data during training to improve model robustness. **Distinct from Point Cloud:** Distinct from Point Cloud: focuses on data augmentation techniques for training, not general point cloud processing.
  • Dataset LoadersUtilities for importing standardized 3D point cloud benchmarks into a processing pipeline. **Distinct from Point Cloud:** Focuses on the ingestion utility rather than the general data representation of point clouds.
  • DownsamplingUse fusion point sampling for efficient point cloud downsampling in 3D detection models. **Distinct from Point Cloud:** Distinct from Point Cloud: focuses on a specific downsampling technique for point clouds, not general processing.
  • Format ConvertersConverting point cloud files from common formats like PCD and LAS into the required BIN format for training and inference. **Distinct from Point Cloud:** Distinct from Point Cloud: focuses on format conversion between common point cloud formats, not general processing.
  • Point Attribute ManagementSystems for organizing and storing n-dimensional attributes associated with 3D points. **Distinct from Point Cloud:** Focuses on the management of attributes per point, rather than general point cloud viewing or AI processing.
  • SamplingTechniques 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.