mjoach / textured_avatars

Textured Neural Avatars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This is the test code for the Textured Neural Avatar project (https://saic-violet.github.io/texturedavatar/). We provide two avatar models for the datasets available from Alldieck et al. https://graphics.tu-bs.de/people-snapshot (the original datasets should be requested from their authors). Our models were trained on two videos (female-1-casual, male-2-casual) and can generate new views for new OpenPose-format poses (some test poses provided).

Instructions

Build docker image:

$ docker build . -t textured_avatars

Run container:

$ bash run.sh

Build stickman drawer:

$ bash build_stickman.sh

Render images (female-1-casual):

$ python test.py --model person_1

Render images (male-2-casual):

$ python test.py --model person_2

About

Textured Neural Avatars

License:MIT License


Languages

Language:C 54.6%Language:C++ 28.0%Language:Python 16.4%Language:CMake 0.3%Language:Makefile 0.3%Language:SWIG 0.1%Language:Dockerfile 0.1%Language:Shell 0.1%