Python Framework Videotest
13 May, 2020 - 1 min read
Short examples of FOM video manipulation
Set up development environment by downloading all dependencies in Anaconda commandpromt and then you are ready to roll.
conda create -n FO2 python=3.6
Default NodeJS server
//last step of the workflow
python demo.py --config config/dataset_name.yaml --driving_video path/to/driving --source_image path/to/source --checkpoint path/to/checkpoint --relative --adapt_scale
//change png to jpg according to file used
python demo.py --config config/vox-adv-256.yaml --driving_video driving_video/crop.mp4 --source_image source_image/source.png --checkpoint fom_checkpoints/vox-adv-cpk.pth.tar --relative --adapt_scale