Skip to content

saba99/Enhanced_3DHuman_Geneartion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.