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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ventusff avatar

ventusff/neurecon

0
View on GitHub↗
861 stele·78 fork-uri·Python·MIT·9 vizualizări

Neurecon

Multi-view 3D reconstruction using neural rendering. Unofficial implementation of UNISURF, VolSDF, NeuS and more.

Features

  • Neural Surface Reconstruction - Volume rendering techniques for neural implicit surfaces.
  • Surface Reconstruction - Renders volumes for neural implicit surface reconstruction.

Istoric stele

Graficul istoricului de stele pentru ventusff/neureconGraficul istoricului de stele pentru ventusff/neurecon

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Neurecon

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Neurecon.
  • nvlabs/neuralangeloAvatar NVlabs

    NVlabs/neuralangelo

    4,602Vezi pe GitHub↗

    Neuralangelo is a neural surface reconstruction framework that transforms two-dimensional image sequences and multi-view photography into high-fidelity 3D meshes. It implements a pipeline for training neural radiance fields to represent complex scenes as digital geometry. The project utilizes a signed distance function for surface representation and multi-resolution hash encoding to capture both coarse and fine geometric details. It employs differentiable volume rendering and gradient-based eikonal regularization to ensure the learned distance functions remain physically plausible. The syste

    Python3d-reconstructioncomputer-graphicscomputer-vision
    Vezi pe GitHub↗4,602
  • xxlong0/wonder3dAvatar xxlong0

    xxlong0/Wonder3D

    5,388Vezi pe GitHub↗

    Wonder3D is a diffusion-based system for single image 3D reconstruction. It generates high-detail 3D meshes from a single input image by producing consistent multi-view normal maps and color images. The pipeline functions as a multi-view normal map generator and a textured mesh extractor. It uses cross-domain multi-view synthesis to create view-dependent maps, which are then converted into 3D geometry through radiance fusion and memory-efficient surface reconstruction. The project covers 3D mesh generation, multi-view generation, and textured 3D modeling. It also includes capabilities for tr

    Python3d-aigc3d-generation3dgeneration
    Vezi pe GitHub↗5,388
  • jzhangbs/mvsdfAvatar jzhangbs

    jzhangbs/MVSDF

    141Vezi pe GitHub↗

    This is the official implementation for the ICCV 2021 paper Learning Signed Distance Field for Multi-view Surface Reconstruction

    Python
    Vezi pe GitHub↗141
  • mabaorui/towardsbettergradientAvatar mabaorui

    mabaorui/TowardsBetterGradient

    53Vezi pe GitHub↗

    This repository contains the code to reproduce the results from the paper. Towards Better Gradient Consistency for Neural Signed Distance Functions via Level Set Alignment.

    Python
    Vezi pe GitHub↗53
Vezi toate cele 10 alternative pentru Neurecon→

Întrebări frecvente

Ce face ventusff/neurecon?

Multi-view 3D reconstruction using neural rendering. Unofficial implementation of UNISURF, VolSDF, NeuS and more.

Care sunt principalele funcționalități ale ventusff/neurecon?

Principalele funcționalități ale ventusff/neurecon sunt: Neural Surface Reconstruction, Surface Reconstruction.

Care sunt câteva alternative open-source pentru ventusff/neurecon?

Alternativele open-source pentru ventusff/neurecon includ: nvlabs/neuralangelo — Neuralangelo is a neural surface reconstruction framework that transforms two-dimensional image sequences and… xxlong0/wonder3d — Wonder3D is a diffusion-based system for single image 3D reconstruction. It generates high-detail 3D meshes from a… jzhangbs/mvsdf — This is the official implementation for the ICCV 2021 paper Learning Signed Distance Field for Multi-view Surface… mabaorui/towardsbettergradient — This repository contains the code to reproduce the results from the paper. Towards Better Gradient Consistency for… totoro97/neus — Code release for NeuS. wutong16/voxurf — Voxurf: Voxel-based Efficient and Accurate Neural Surface Reconstruction.