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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ventusff avatar

ventusff/neurecon

0
View on GitHub↗
861 stars·78 forks·Python·MIT·11 views

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.

Star history

Star history chart for ventusff/neureconStar history chart for ventusff/neurecon

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Neurecon

Similar open-source projects, ranked by how many features they share with Neurecon.
  • nvlabs/neuralangeloNVlabs avatar

    NVlabs/neuralangelo

    4,602View on 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
    View on GitHub↗4,602
  • xxlong0/wonder3dxxlong0 avatar

    xxlong0/Wonder3D

    5,388View on 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
    View on GitHub↗5,388
  • jzhangbs/mvsdfjzhangbs avatar

    jzhangbs/MVSDF

    141View on GitHub↗

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

    Python
    View on GitHub↗141
  • mabaorui/towardsbettergradientmabaorui avatar

    mabaorui/TowardsBetterGradient

    53View on 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
    View on GitHub↗53
See all 10 alternatives to Neurecon→

Frequently asked questions

What does ventusff/neurecon do?

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

What are the main features of ventusff/neurecon?

The main features of ventusff/neurecon are: Neural Surface Reconstruction, Surface Reconstruction.

What are some open-source alternatives to ventusff/neurecon?

Open-source alternatives to ventusff/neurecon include: 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.