Skip to content

Run VisnemeNet inference in nvidia-docker container

License

Notifications You must be signed in to change notification settings

BlueMelon715/visemenet-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker file for running VisemeNet inference.

It looks VisemeNet https://github.com/yzhou359/VisemeNet_tensorflow only runs in CUDA 8.0 environment, so I made a Docker file to run VisemeNet in CUDA 8.0 environment.

Requirements

We've confirmed Ubutu 16.06 + CUDA 9.2 works well for the host.

Build docker image

Run build.sh

Download VisemeNet

Clone VisemeNet somewhere and also download & store checkpoint files as described in VisemeNet's README.

$ https://github.com/yzhou359/VisemeNet_tensorflow.git
# Download checkpoint files and put it to VisemeNet_tensorflow/data/ckpt/pretrain_biwi/

Run VisemeNet in contaienr environment.

Setup audio.

Run docker in CUDA 8.0 environment. Bind host's VisemeNet directory to docker container.

Edit VisemeNet path run.sh, then

$ ./run.sh

# cd /VisemeNet_tensorflow
# python3 main_test.py

mayaparam_viseme.txt will be generated in host's volume.

License

MIT license.

About

Run VisnemeNet inference in nvidia-docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 54.7%
  • Shell 45.3%