DISN: Deep Implicit Surface Network for High-quality Single-view 3D Reconstruction
This repository constains the codes and ShapeNet-Skeleton.zip datasets for the Paper.
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
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
This repository is the official implementation of UCLID-Net: Single View Reconstruction in Object Space (NeurIPS 2020).
Les fonctionnalités principales de cvlab-epfl/uclid-net sont : Generative 3D Modeling, Object Reconstruction.
Les alternatives open-source à cvlab-epfl/uclid-net incluent : laughtervv/disn — DISN: Deep Implicit Surface Network for High-quality Single-view 3D Reconstruction. tangjiapeng/skeletonbridgerecon — This repository constains the codes and ShapeNet-Skeleton.zip datasets for the Paper. threestudio-project/threestudio — Threestudio is a 3D generative AI framework designed to create three-dimensional assets from text prompts and images.… openai/shap-e — Shap-E is a generative 3D modeling system that creates three-dimensional digital assets from natural language… microsoft/trellis — TRELLIS is a 3D generative AI model and latent diffusion framework designed to transform natural language descriptions… nv-tlabs/get3d — GET3D is a generative 3D mesh model and rendering framework designed to synthesize high-quality textured shapes and…