saba99 / Enhanced_3DHuman_Geneartion

3D Human Generation With Mesh From 2D Images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Human Avatar Generation

Video Mesh Video Mesh

render_color (5)

render_color (7)

Installation

conda create -n en3d python=3.8
conda activate en3d
pip install -r requirements.txt

Quick Start

python app.py

Synthetic avatar library

We released a Rigged & Animated 3D Human library (3DHuman-Syn), containing ~1000 characters produced by En3D, and 1000+ actions are provided for animation.

  • Avatar download and rendering
python render.py
  • Avatar animation
python animation.py
  • AR application google colab logo

Convert the generated animation file (.glb) to .usdz format using Sketchfab (upload glb and download usdz) or other tools, and insert the animated avatar to web with model-viewer.

AR function is only supported with iPhone, try the AR example in the phone browser and click the right-down icon for AR experience.

About

3D Human Generation With Mesh From 2D Images

License:Apache License 2.0


Languages

Language:Jupyter Notebook 65.7%Language:Python 34.3%