awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

35 रिपॉजिटरी

Awesome GitHub RepositoriesPoint Cloud Reconstruction

Algorithms for converting raw point cloud data into continuous 3D surfaces.

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

Awesome Point Cloud Reconstruction GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ashawkey/stable-dreamfusionashawkey का अवतार

    ashawkey/stable-dreamfusion

    8,841GitHub पर देखें↗

    This project is a diffusion-based 3D generator and image-to-3D reconstruction system. It translates natural language descriptions or two-dimensional images into three-dimensional assets using neural radiance fields and diffusion models. The system utilizes score-distillation sampling and diffusion-based guidance to refine 3D shapes without requiring 3D training data. It includes specialized tools for transforming neural representations into exportable meshes with texture and material data, as well as a pipeline for iterative optimization of geometry and textures. The project covers a broad r

    Generates triangle meshes from point clouds by estimating normals and applying outlier removal.

    Python
    GitHub पर देखें↗8,841
  • google/dracogoogle का अवतार

    google/draco

    7,357GitHub पर देखें↗

    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

    Reconstructs 3D surfaces, point clouds, and triangular meshes from compressed buffers.

    C++
    GitHub पर देखें↗7,357
  • openai/point-eopenai का अवतार

    openai/point-e

    6,886GitHub पर देखें↗

    Point-e is a system for 3D model synthesis that generates three-dimensional point clouds from natural language descriptions and two-dimensional images. It utilizes diffusion models to synthesize these spatial representations based on text prompts or source images. The project includes specialized tools for refining these outputs, such as a point cloud upsampler to increase the density and resolution of low-resolution models. It also provides a mesh converter that uses distance function regression to transform raw point cloud data into structured 3D meshes. The broader capability surface cove

    Implements a distance function regression model to transform raw 3D point clouds into structured polygonal meshes.

    Python
    GitHub पर देखें↗6,886
  • nvidiagameworks/kaolinNVIDIAGameWorks का अवतार

    NVIDIAGameWorks/kaolin

    5,107GitHub पर देखें↗

    Kaolin एक PyTorch 3D डीप लर्निंग लाइब्रेरी है जो 3D ज्यामिति प्रसंस्करण, भौतिकी सिमुलेशन, डेटा विज़ुअलाइज़ेशन, और कंप्यूटर विज़न के लिए ग्रेडिएंट-आधारित रेंडरिंग के लिए टूल का एक व्यापक सूट प्रदान करती है। इस लाइब्रेरी में एक डिफरेंशिएबल 3D रेंडरर और मेश और पॉइंट क्लाउड जैसे 3D अभ्यावेदन को बदलने और बदलने के लिए एक ज्यामिति प्रसंस्करण टूलकिट शामिल है। इसमें त्रि-आयामी वस्तुओं और दृश्यों के बीच भौतिक इंटरैक्शन और टकराव की गणना करने के लिए एक 3D भौतिकी सिमुलेशन इंजन भी है। यह टूलकिट 3D डेटा विज़ुअलाइज़ेशन के लिए यूटिलिटीज प्रदान करती है, जिसमें इंटरैक्टिव दृश्य और टर्नटेबल एनिमेशन का निर्माण शामिल है। अतिरिक्त क्षमताएं 3D डेटासेट प्रबंधन, डेटा प्रीप्रोसेसिंग, और 3D अभ्यावेदन रेंडरिंग को कवर करती हैं।

    Provides weighted area sampling to convert surface meshes into discrete point sets for deep learning input.

    Python
    GitHub पर देखें↗5,107
  • nv-tlabs/get3dnv-tlabs का अवतार

    nv-tlabs/GET3D

    4,441GitHub पर देखें↗

    GET3D is a generative 3D mesh model and rendering framework designed to synthesize high-quality textured shapes and tetrahedral meshes. It functions as an image-to-3D reconstructor and text-to-3D generator, utilizing a differentiable 3D renderer to produce realistic visual perspectives and material effects. The system enables the creation of 3D assets from single 2D images, point clouds, or descriptive text prompts. It features a latent space interpolator for creating smooth transitions between different 3D objects and supports the independent control of geometry and texture. The project cov

    Generates precise volumetric 3D meshes from noisy point cloud data by optimizing occupancy and vertex placement.

    Python
    GitHub पर देखें↗4,441
  • cdcseacave/openmvscdcseacave का अवतार

    cdcseacave/openMVS

    4,021GitHub पर देखें↗

    openMVS is a multi-view stereo library and photogrammetry pipeline used for 3D scene reconstruction. It transforms Structure from Motion data—specifically camera poses and sparse point clouds—into detailed 3D models consisting of dense point clouds and textured meshes. The project provides a sequence of processing stages to densify point clouds, generate 3D surface meshes, and apply photorealistic textures. It uses multi-view texture blending to map accurate colors onto reconstructed geometry and employs iterative refinement to optimize mesh details. The system includes capabilities for impo

    Converts dense point clouds into continuous surface meshes with iterative geometry refinement.

    C++3d-reconstructiondense-point-clouddense-reconstruction
    GitHub पर देखें↗4,021
  • erlerphilipp/points2surfErlerPhilipp का अवतार

    ErlerPhilipp/points2surf

    510GitHub पर देखें↗

    Please see our follow-up work PPSurf. It's easier to use, much faster and better.

    Learns implicit surfaces from point cloud patches.

    Python
    GitHub पर देखें↗510
  • amosgropp/igramosgropp का अवतार

    amosgropp/IGR

    447GitHub पर देखें↗

    Implicit Geometric Regularization for Learning Shapes

    Implicit geometric regularization for learning 3D shapes.

    Python
    GitHub पर देखें↗447
  • valeoai/pocovaleoai का अवतार

    valeoai/POCO

    227GitHub पर देखें↗

    by: Alexandre Boulch and Renaud Marlet

    Point convolution techniques for surface reconstruction.

    Python
    GitHub पर देखें↗227
  • jchibane/ndfjchibane का अवतार

    jchibane/ndf

    206GitHub पर देखें↗

    Paper - Supplementaty - Project Website - Arxiv - Published in NeurIPS 2020.

    Learns neural unsigned distance fields for implicit functions.

    Python
    GitHub पर देखें↗206
  • mabaorui/onsurfacepriormabaorui का अवतार

    mabaorui/OnSurfacePrior

    191GitHub पर देखें↗

    Personal Web Pages | Paper | Project Page

    Reconstructs surfaces from sparse point clouds using on-surface priors.

    Python
    GitHub पर देखें↗191
  • mabaorui/neuralpullmabaorui का अवतार

    mabaorui/NeuralPull

    181GitHub पर देखें↗

    This repository contains the code to reproduce the results from the paper.

    Learns signed distance functions by pulling space onto surfaces.

    Python
    GitHub पर देखें↗181
  • mabaorui/predictablecontextpriormabaorui का अवतार

    mabaorui/predictablecontextprior

    172GitHub पर देखें↗

    Personal Web Pages | Paper | Project Page This repository contains the code to reproduce the results from the paper. Surface Reconstruction from Point Clouds by Learning Predictive Context Priors.

    Uses predictive context priors for point cloud surface reconstruction.

    Python
    GitHub पर देखें↗172
  • microsoft/dualoctreegnnmicrosoft का अवतार

    microsoft/DualOctreeGNN

    149GitHub पर देखें↗

    This repository contains the implementation of our papers Dual Octree Graph Networks. The experiments are conducted on Ubuntu 18.04 with 4 V400 GPUs (32GB memory). The code is released under the MIT license.

    Dual octree graph networks for adaptive volumetric shape representation.

    Python
    GitHub पर देखें↗149
  • fwilliams/deep-geometric-priorfwilliams का अवतार

    fwilliams/deep-geometric-prior

    143GitHub पर देखें↗

    The reference implementaiton for the CVPR 2019 paper Deep Geometric Prior for Surface Reconstruction.

    Uses deep geometric priors for surface reconstruction tasks.

    Python
    GitHub पर देखें↗143
  • andy97/deepmlsAndy97 का अवतार

    Andy97/DeepMLS

    137GitHub पर देखें↗

    This repository contains the implementation of the paper:

    Deep implicit moving least-squares for 3D reconstruction.

    Python
    GitHub पर देखें↗137
  • rsy6318/geoudfrsy6318 का अवतार

    rsy6318/GeoUDF

    131GitHub पर देखें↗

    ` pytorch #1.10.0+cu111 pytorch3d #0.6.2 open3d trimesh point-cloud-utils cd pointnet2opslib python setup.py install Download the data from Google Drive (These shapes are processed by DISN, remove the interior and non-manifold structures.) Then use the codes in scripts to get the dataset.…

    Geometry-guided distance representation for point cloud reconstruction.

    Python
    GitHub पर देखें↗131
  • mabaorui/noise2noisemappingmabaorui का अवतार

    mabaorui/Noise2NoiseMapping

    128GitHub पर देखें↗

    Project Page | Personal Web Page | Paper

    Learns signed distance functions from noisy point clouds.

    Python
    GitHub पर देखें↗128
  • nmwsharp/learned-triangulationnmwsharp का अवतार

    nmwsharp/learned-triangulation

    116GitHub पर देखें↗

    Source code & pretrained model for "PointTriNet: Learned Triangulation of 3D Point Sets", by Nicholas Sharp and Maks Ovsjanikov at ECCV 2020.

    Learns triangulation for 3D point sets.

    Python
    GitHub पर देखें↗116
  • mrakotosaon/diff-surface-triangulationmrakotosaon का अवतार

    mrakotosaon/diff-surface-triangulation

    109GitHub पर देखें↗

    This is our implementation of the paper Differentiable Surface Triangulation that enables optimization for any per-vertex or per-face differentiable objective function over the space of underlying surface triangulations.

    Differentiable surface triangulation for 3D reconstruction.

    C++
    GitHub पर देखें↗109
पिछला12अगला
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Point Cloud Reconstruction

सब-टैग एक्सप्लोर करें

  • Point-to-Mesh Conversions1 सब-टैगAlgorithms specifically for converting discrete point cloud data into continuous polygonal surfaces. **Distinct from Point Cloud Reconstruction:** Focuses on the specific conversion from point clouds to meshes, whereas Point Cloud Reconstruction is a broader category of surface recovery.