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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mabaorui/neuralpull

Open-source alternatives to NeuralPull

30 open-source projects similar to mabaorui/neuralpull, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best NeuralPull alternative.

  • nv-tlabs/get3dAvatar de nv-tlabs

    nv-tlabs/GET3D

    4,441Voir sur GitHub↗

    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

    Python
    Voir sur GitHub↗4,441
  • openai/point-eAvatar de openai

    openai/point-e

    6,886Voir sur GitHub↗

    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

    Python
    Voir sur GitHub↗6,886
  • valeoai/pocoAvatar de valeoai

    valeoai/POCO

    227Voir sur GitHub↗

    by: Alexandre Boulch and Renaud Marlet

    Python
    Voir sur GitHub↗227
  • andy97/deepmlsAvatar de Andy97

    Andy97/DeepMLS

    137Voir sur GitHub↗

    This repository contains the implementation of the paper:

    Python
    Voir sur GitHub↗137

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
colin97/point2meshAvatar de Colin97

Colin97/Point2Mesh

98Voir sur GitHub↗

Codes for Meshing Point Clouds with Predicted Intrinsic-Extrinsic Ratio Guidance (ECCV2020). paper

C++
Voir sur GitHub↗98
  • openai/shap-eAvatar de openai

    openai/shap-e

    12,251Voir sur GitHub↗

    Shap-E is a generative 3D modeling system that creates three-dimensional digital assets from natural language descriptions or two-dimensional images. It functions as a generative model capable of producing three-dimensional implicit functions and assets. The project includes a 3D latent encoder that converts trimeshes and 3D models into latent representations using point clouds and multiview renders. It utilizes an image-to-3D generator to produce assets from synthetic view images and a text-to-3D generator to build shapes from text prompts. The system implements a pipeline involving latent

    Python
    Voir sur GitHub↗12,251
  • threestudio-project/threestudioAvatar de threestudio-project

    threestudio-project/threestudio

    7,027Voir sur GitHub↗

    Threestudio is a 3D generative AI framework designed to create three-dimensional assets from text prompts and images. It provides specialized pipelines for text-to-3D generation and image-to-3D reconstruction, utilizing a neural radiance field trainer to produce geometry and textures. The framework is distinguished by its support for hybrid geometry backends, including signed distance functions, tetrahedra grids, and volume grids. It employs score distillation sampling to guide the generation process and features a modular plugin system for loading custom modules and nodes. The system covers

    Jupyter Notebook
    Voir sur GitHub↗7,027
  • microsoft/trellisAvatar de microsoft

    microsoft/TRELLIS

    12,977Voir sur GitHub↗

    TRELLIS is a 3D generative AI model and latent diffusion framework designed to transform natural language descriptions or reference images into textured 3D assets. It operates as a text-to-3D asset generator that utilizes structured latent representations to produce high-quality 3D meshes, Gaussians, and Radiance Fields. The system functions as a multi-format 3D decoder, converting internal representations into standard exchange formats such as GLB and PLY. It also serves as a 3D asset editing tool, enabling the modification of specific regions of generated objects through targeted text or im

    Python3d3d-aigc3d-generation
    Voir sur GitHub↗12,977
  • lightningpixel/modlyAvatar de lightningpixel

    lightningpixel/modly

    4,140Voir sur GitHub↗

    Modly is a local AI 3D model generator that converts two-dimensional images into three-dimensional meshes. It is a privacy-focused tool that processes data directly on the host graphics card using GPU-accelerated inference. The system serves as an extensible AI model framework, allowing the integration of external model extensions and runtime files from remote repositories. It utilizes a manifest-driven plugin architecture to add new generation methods by loading metadata and files from external version control systems. The toolset includes a command-line interface for triggering generation

    TypeScript
    Voir sur GitHub↗4,140
  • google/dracoAvatar de google

    google/draco

    7,357Voir sur 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

    C++
    Voir sur GitHub↗7,357
  • coplaydev/unity-mcpAvatar de CoplayDev

    CoplayDev/unity-mcp

    10,959Voir sur GitHub↗

    Unity MCP is a plugin that connects the Unity Editor to AI assistants through the Model Context Protocol, enabling natural language control over scene manipulation, object creation, and editor workflows. It allows developers to generate C# scripts, modify GameObjects and components, create UI layouts, and manage assets by issuing commands through an AI interface, effectively turning the editor into a conversational development environment. The plugin distinguishes itself through a comprehensive automation system that can execute multi-step tasks from a design document, record and replay edito

    C#aiai-integrationanthropic
    Voir sur GitHub↗10,959
  • cvlab-epfl/meshudfAvatar de cvlab-epfl

    cvlab-epfl/MeshUDF

    153Voir sur GitHub↗

    This is the PyTorch implementation of the ECCV 2022 paper MeshUDF. We provide one dummy pre-trained UDF network and code for demonstrating our differentiable meshing procedure of open surfaces.

    Cython
    Voir sur GitHub↗153
  • amosgropp/igrAvatar de amosgropp

    amosgropp/IGR

    447Voir sur GitHub↗

    Implicit Geometric Regularization for Learning Shapes

    Python
    Voir sur GitHub↗447
  • cvlab-epfl/uclid-netAvatar de cvlab-epfl

    cvlab-epfl/UCLID-Net

    6Voir sur GitHub↗

    This repository is the official implementation of UCLID-Net: Single View Reconstruction in Object Space (NeurIPS 2020).

    Python
    Voir sur GitHub↗6
  • hyperplane-lab/generative-3d-part-assemblyAvatar de hyperplane-lab

    hyperplane-lab/Generative-3D-Part-Assembly

    171Voir sur GitHub↗

    This is the implementation of NeurIPS 2020 paper "Generative 3D Part Assembly via Dynamic Graph Learning" created by Jialei Huang , Guanqi Zhan , Qingnan Fan , Kaichun Mo , Lin Shao , Baoquan Chen , Leonidas Guibas and Hao Dong .

    Python
    Voir sur GitHub↗171
  • hippogriff/parsenet-codebaseAvatar de Hippogriff

    Hippogriff/parsenet-codebase

    144Voir sur GitHub↗

    Code base of ParSeNet: ECCV 2020.

    Python
    Voir sur GitHub↗144
  • anlgboy/softflowAvatar de ANLGBOY

    ANLGBOY/SoftFlow

    60Voir sur GitHub↗

    This repository provides the implementation of SoftFlow on toy dataset and point clouds. Move to each folder, follow the instructions and enjoy the results!

    Python
    Voir sur GitHub↗60
  • ai4ce/spare3dAvatar de ai4ce

    ai4ce/SPARE3D

    57Voir sur GitHub↗

    Wenyu Han, Siyuan Xiang, Chenhui Liu, Ruoyu Wang, Chen Feng

    Python
    Voir sur GitHub↗57
  • fwilliams/neural-splinesAvatar de fwilliams

    fwilliams/neural-splines

    98Voir sur GitHub↗

    This repository contains the official implementation of the CVPR 2021 (Oral) paper Neural Splines: Fitting 3D Surfaces with Infinitely-Wide Neural Networks.

    Python
    Voir sur GitHub↗98
  • chenhsuanlin/3d-point-cloud-generationAvatar de chenhsuanlin

    chenhsuanlin/3D-point-cloud-generation

    453Voir sur GitHub↗

    Chen-Hsuan Lin, Chen Kong, and Simon Lucey AAAI Conference on Artificial Intelligence (AAAI), 2018

    Python
    Voir sur GitHub↗453
  • fwilliams/deep-geometric-priorAvatar de fwilliams

    fwilliams/deep-geometric-prior

    143Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗143
  • gdaosu/vis2meshAvatar de GDAOSU

    GDAOSU/vis2mesh

    106Voir sur GitHub↗

    This is the offical repository of the paper:

    C++
    Voir sur GitHub↗106
  • felix-petersen/style-agnostic-3d-reconstructionAvatar de Felix-Petersen

    Felix-Petersen/style-agnostic-3d-reconstruction

    2Voir sur GitHub↗

    Paper @ ArXiv, Video @ Youtube.

    Voir sur GitHub↗2
  • chenchao15/neuraltpsAvatar de chenchao15

    chenchao15/NeuralTPS

    49Voir sur GitHub↗

    If you find this project useful in your research, please consider citing:

    Python
    Voir sur GitHub↗49
  • facebookresearch/co3dAvatar de facebookresearch

    facebookresearch/co3d

    1,166Voir sur GitHub↗

    CO3Dv2: Common Objects In 3D (version 2)

    Python
    Voir sur GitHub↗1,166
  • isl-org/adaptive-surface-reconstructionAvatar de isl-org

    isl-org/adaptive-surface-reconstruction

    63Voir sur GitHub↗

    This repository contains code for the ICCV 2021 paper

    Python
    Voir sur GitHub↗63
  • jchibane/ndfAvatar de jchibane

    jchibane/ndf

    206Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗206
  • jiajunwu/marrnetAvatar de jiajunwu

    jiajunwu/marrnet

    178Voir sur GitHub↗

    This repository contains pre-trained models and testing code for MarrNet presented at NIPS 2017.

    Python
    Voir sur GitHub↗178
  • kai-46/nerfplusplusAvatar de Kai-46

    Kai-46/nerfplusplus

    942Voir sur GitHub↗

    improves over nerf in 360 capture of unbounded scenes

    Python
    Voir sur GitHub↗942
  • facebookresearch/3d-vision-and-touchAvatar de facebookresearch

    facebookresearch/3D-Vision-and-Touch

    75Voir sur GitHub↗

    Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. This source code is licensed under the license found in the LICENSE file in the root directory of this source tree. -->

    Python
    Voir sur GitHub↗75