Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 830 Bytes

character_model_manual_poser.md

File metadata and controls

31 lines (24 loc) · 830 Bytes

character_model_manual_poser

This program allows the user to control trained student models with a graphical user interface, mostly sliders.

Invoking the Program

Make sure you have (1) created a Python environment and (2) downloaded model files as instruction in the main README file.

Instruction for Linux/OSX Users

  1. Open a shell.
  2. cd to the repository's directory.
    cd SOMEWHERE/talking-head-anime-4-demo
    
  3. Run the program.
    bin/run src/tha4/app/character_model_manual_poser.py
    

Instruction for Windows Users

  1. Open a shell.
  2. cd to the repository's directory.
    cd SOMEWHERE\talking-head-anime-4-demo
    
  3. Run the program.
    bin\run.bat src\tha4\app\character_model_manual_poser.py