awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

17 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • realsenseai/librealsenseAvatar von realsenseai

    realsenseai/librealsense

    8,541Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,541
  • google/dracoAvatar von google

    google/draco

    7,357Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗7,357
  • open-mmlab/mmcvAvatar von open-mmlab

    open-mmlab/mmcv

    6,446Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,446
  • open-mmlab/mmdetection3dAvatar von open-mmlab

    open-mmlab/mmdetection3d

    6,273Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,273
  • potree/potreeAvatar von potree

    potree/potree

    5,505Auf GitHub ansehen↗

    Potree ist eine webbasierte Point-Cloud-Rendering-Engine und ein Viewer für die Visualisierung und Analyse massiver 3D-Geodaten und LIDAR-Scans. Es fungiert als Tool für Geodatenanalyse, das die interaktive Erkundung hochdichter Punktwolken direkt im Webbrowser mittels WebGL ermöglicht. Das System nutzt Eye-Dome-Lighting zur Verbesserung der Tiefenwahrnehmung von 3D-Strukturen und unterstützt Virtual Reality für immersive räumliche Erkundungen. Es bietet spezialisierte Funktionen für die Dokumentation von 3D-Szenen durch hierarchische Annotationen und die Erstellung animierter Kamera-Fly-Through-Touren. Die Plattform enthält Tools für die Geodatenanalyse, wie z. B. Messungen von Abständen und Flächen, Höhenprofilierung sowie das Overlay externer Shapefiles und Geopackages. Benutzer können spezifische Features durch attributbasiertes Filtern und Clipping-Volume-Isolation isolieren, während externe Bilder mit der Punktwolken-Perspektive ausgerichtet und synchronisiert werden können. Potree verwendet ein vorverarbeitetes Binärformat und eine Octree-basierte räumliche Indizierung, um asynchrones Daten-Streaming und Level-of-Detail-Rendering für groß angelegte Datensätze zu ermöglichen.

    WebGL viewer for large-scale point cloud datasets.

    JavaScript
    Auf GitHub ansehen↗5,505
  • tixl3d/tixlAvatar von tixl3d

    tixl3d/tixl

    5,004Auf GitHub ansehen↗

    Tixl ist eine Node-basierte Motion-Graphics-Engine und ein Tool zur prozeduralen Generierung, das zur Erstellung von 3D-Geometrie und Shadern verwendet wird. Es nutzt einen gerichteten azyklischen Graphen von Operatoren und GPU-beschleunigte Compute-Kernel, um komplexe 3D-Formen zu generieren, insbesondere durch die Verwendung von Signed-Distance-Functions und Partikelsimulationen. Die Engine ist über ein C#-Entwicklungsframework hochgradig erweiterbar, das Hot-Code-Reloading unterstützt, wodurch benutzerdefinierte Operator-Logik in die aktive Laufzeitumgebung injiziert werden kann, ohne diese neu zu starten. Sie zeichnet sich zudem als Lichtsteuerung aus, die in der Lage ist, räumliche 3D-Attribute und Rotationen in DMX- und ArtNet-Protokolle zu übersetzen, um physische Bühnenelemente anzusteuern. Die Plattform deckt ein breites Spektrum an Funktionen ab, einschließlich audio-reaktiver Visualisierung mittels FFT-Analyse, Keyframe- und prozeduraler Animation sowie Echtzeit-Steuerung von externen Geräten durch MIDI- und OSC-Integration. Die Rendering-Pipeline unterstützt physikalisch basiertes Rendering (PBR) und die Konstruktion benutzerdefinierter Shader, während die Umgebung Werkzeuge für Projection-Mapping und die Bereitstellung eigenständiger ausführbarer Dateien bietet. Das Projekt bietet ein CLI für das Erstellen von Anwendungen und eine Entwicklungsoberfläche für das Erstellen von C#-Erweiterungen.

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

    C#animationdesigndirectx
    Auf GitHub ansehen↗5,004
  • microsoft/muzicAvatar von microsoft

    microsoft/muzic

    4,928Auf GitHub ansehen↗

    Muzic ist eine Deep-Learning-Plattform und ein Framework für KI-gestützte Musikanalyse, Komposition und Synthese. Es fungiert als Musikgenerierungs-Framework und Analysetool, das große Sprachmodelle und autonome Agenten nutzt, um die Erstellung und Interpretation symbolischer und auditiver Musik zu orchestrieren. Das Projekt zeichnet sich durch seine cross-modale Fähigkeiten aus, bei denen natürliche Sprache und symbolische Musik in einen gemeinsamen Embedding-Raum für Zero-Shot-Klassifizierung und Informationsabruf abgebildet werden. Es verwendet eine Vielzahl spezialisierter Architekturen, einschließlich Diffusions-Frameworks für die Audiosynthese, Dual-Grain-Aufmerksamkeitsmechanismen für strukturelle Konsistenz bei langen Sequenzen und ein hybrides System, das musiktheoretische Regeln mit neuronalen Netzwerken kombiniert. Die Plattform deckt ein breites Spektrum an Funktionen ab, einschließlich der Generierung von MIDI-Sequenzen aus Text und Liedtexten, neuronaler Gesangssynthese und automatisierter Liedtext-Transkription. Sie bietet zudem Tools für die Modellierung von Musikstrukturen, attributbasierte symbolische Generierung und die Orchestrierung externer Musiktools über autonome Agenten. Unterstützende Dienstprogramme umfassen Data-Engineering-Pipelines für die MIDI-Binarisierung im großen Maßstab, Datensatz-Kodierung und Audiosignalverarbeitung für die Extraktion von Melodienoten und die Ausrichtung von Sprache zu Phonemen.

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

    Pythonai-musicdeep-learningmusic
    Auf GitHub ansehen↗4,928
  • yanx27/pointnet_pointnet2_pytorchAvatar von yanx27

    yanx27/Pointnet_Pointnet2_pytorch

    4,894Auf GitHub ansehen↗

    Dieses Projekt ist ein PyTorch-basiertes Framework für Deep-Learning-Modelle, das für die Klassifizierung und semantische Segmentierung von 3D-Punktwolkendaten entwickelt wurde. Es bietet Implementierungen der PointNet-Architektur, um globales Category-Labeling ganzer Objekte sowie detaillierte Partitionierungen großflächiger 3D-Umgebungen durchzuführen. Das System handhabt semantische Segmentierung über mehrere Skalen hinweg, von der Identifizierung einzelner Komponenten innerhalb eines Objekts bis hin zur Kennzeichnung unterschiedlicher Kategorietypen innerhalb großflächiger Szenen. Das Framework enthält strukturelle Komponenten für die Verarbeitung ungeordneter Punktmengen, wie Farthest-Point-Sampling, hierarchisches Point-Set-Grouping und symmetrische Set-Aggregation-Netzwerke. Es bietet zudem Offline-Daten-Preprocessing-Utilities und Tools zur Generierung von 3D-Objektdateien, um Segmentierungsergebnisse in externer Software zu visualisieren.

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

    Pythonclassificationmodelnetpoint-cloud
    Auf GitHub ansehen↗4,894
  • cloudcompare/cloudcompareAvatar von CloudCompare

    CloudCompare/CloudCompare

    4,577Auf GitHub ansehen↗

    CloudCompare ist eine professionelle Softwareanwendung zur Verarbeitung und Analyse von 3D-Punktwolken und polygonalen Meshes. Sie fungiert als Tool zur 3D-Mesh-Analyse und als Visualisierer für große Datensätze, der darauf ausgelegt ist, Millionen von Punkten in einer 3D-Umgebung anzuzeigen und zu verwalten. Die Software bietet spezialisierte Funktionen für den Vergleich von Punktwolken und nutzt eine optimierte Octree-Struktur, um räumliche Unterschiede zwischen zwei 3D-Datensätzen zu berechnen. Dies ermöglicht die Identifizierung von Abweichungen und Fehlern zwischen Punktwolken oder zwischen einer Punktwolke und einem Mesh. Das System deckt breite Bereiche der 3D-Datenanalyse ab, einschließlich der Verarbeitung großskaliger Punktmengen und der geometrischen Auswertung von 3D-Meshes. Die Performance wird durch speichereffiziente Verarbeitung und spezialisiertes Rendering für massive Datensätze aufrechterhalten.

    Software for 3D point cloud and mesh processing.

    C++
    Auf GitHub ansehen↗4,577
  • charlesq34/pointnet2Avatar von charlesq34

    charlesq34/pointnet2

    3,678Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,678
  • fastai/course22Avatar von fastai

    fastai/course22

    3,398Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,398
  • nmwsharp/polyscopeAvatar von nmwsharp

    nmwsharp/polyscope

    2,174Auf GitHub ansehen↗

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

    Viewer for 3D meshes and point clouds.

    C++
    Auf GitHub ansehen↗2,174
  • keijiro/pcxAvatar von keijiro

    keijiro/Pcx

    1,505Auf GitHub ansehen↗

    Point cloud importer & renderer for Unity

    Point cloud importer and renderer for Unity.

    C#
    Auf GitHub ansehen↗1,505
  • connormanning/entwineAvatar von connormanning

    connormanning/entwine

    518Auf GitHub ansehen↗

    Entwine - point cloud organization for massive datasets

    Data organization library for massive point clouds.

    C++
    Auf GitHub ansehen↗518
  • kitware/veloviewAvatar von Kitware

    Kitware/VeloView

    329Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗329
  • kitware/lidarviewAvatar von Kitware

    Kitware/LidarView

    301Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗301
  • rmeertens/immersivepointsAvatar von rmeertens

    rmeertens/ImmersivePoints

    15Auf GitHub ansehen↗

    Visualise your data in virtual reality with ImmersivePoints

    VR-based web application for exploring 3D data.

    HTML
    Auf GitHub ansehen↗15
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Point Cloud

Unter-Tags erkunden

  • Augmentations1 Sub-TagApplying 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.