Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 2.89 KB

README.md

File metadata and controls

68 lines (46 loc) · 2.89 KB

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.