TongRuizheWithGzz / videoavatars-py3

This is a python3-compatible version for https://github.com/thmoa/videoavatars (and its dependencies, chumpy and opendr)
1 stars 1 forks source link

Installation

Only linux available


git clone https://github.com/TongRuizheWithGzz/videoavatars-py3.git

cd chumpy-3
#  Remember to install denpendencies first
python(3) setup.py build  
python(3) setup.py install
cd ..

#  Remember to install denpendencies first

cd opendr-3 
python(3) setup.py build 
python(3) setup.py install

# If it is reported "not found os_mesa.c", get it in the build directory and copy it to contexts directory

# You can then setup videoavatars following the instructions in videoavatars-py3/README.md