tohinz / ConSinGAN

PyTorch implementation of "Improved Techniques for Training Single-Image GANs" (WACV-21)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Animation

bycloudai opened this issue · comments

Hi, I was trying to use the animation function that's in the README.md but I hit a wall.
my cmd input

py main_train.py --gpu 0 --train_mode animation --input_name Images/Animation/scream.jpg
main_train.py: error: argument --train_mode: invalid choice: 'animation' (choose from 'generation', 'retarget', 'harmonization', 'editing')

thank you.

edit: Realized didn't update the code. Sorry.