awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Andy97 avatar

Andy97/DeepMLS

0
View on GitHub↗
137 estrellas·23 forks·Python·MIT·2 vistas

DeepMLS

This repository contains the implementation of the paper:

Features

  • Generative 3D Modeling - Implements deep implicit moving least-squares for reconstruction.
  • Point Cloud Reconstruction - Deep implicit moving least-squares for 3D reconstruction.

Historial de estrellas

Gráfico del historial de estrellas de andy97/deepmlsGráfico del historial de estrellas de andy97/deepmls

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a DeepMLS

Proyectos open-source similares, clasificados según cuántas características comparten con DeepMLS.
  • nv-tlabs/get3dAvatar de nv-tlabs

    nv-tlabs/GET3D

    4,441Ver en 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
    Ver en GitHub↗4,441
  • openai/point-eAvatar de openai

    openai/point-e

    6,886Ver en 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
    Ver en GitHub↗6,886
  • mabaorui/neuralpullAvatar de mabaorui

    mabaorui/NeuralPull

    181Ver en GitHub↗

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

    Python
    Ver en GitHub↗181
  • colin97/point2meshAvatar de Colin97

    Colin97/Point2Mesh

    98Ver en GitHub↗

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

    C++
    Ver en GitHub↗98
Ver las 30 alternativas a DeepMLS→

Preguntas frecuentes

¿Qué hace andy97/deepmls?

This repository contains the implementation of the paper:

¿Cuáles son las características principales de andy97/deepmls?

Las características principales de andy97/deepmls son: Generative 3D Modeling, Point Cloud Reconstruction.

¿Qué alternativas de código abierto existen para andy97/deepmls?

Las alternativas de código abierto para andy97/deepmls incluyen: nv-tlabs/get3d — GET3D is a generative 3D mesh model and rendering framework designed to synthesize high-quality textured shapes and… openai/point-e — Point-e is a system for 3D model synthesis that generates three-dimensional point clouds from natural language… valeoai/poco — by: Alexandre Boulch and Renaud Marlet. colin97/point2mesh — Codes for Meshing Point Clouds with Predicted Intrinsic-Extrinsic Ratio Guidance (ECCV2020). [paper]. mabaorui/neuralpull — This repository contains the code to reproduce the results from the paper. openai/shap-e — Shap-E is a generative 3D modeling system that creates three-dimensional digital assets from natural language…