Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 782 Bytes

full_manual_poser.md

File metadata and controls

31 lines (24 loc) · 782 Bytes

full_manual_poser

This program uses the full version of the Talking Head(?) Anime 4 system to animate character images.

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/full_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\full_manual_poser.py