AliaksandrSiarohin / monkey-net

Animating Arbitrary Objects via Deep Motion Transfer
467 stars 81 forks source link

Confirm the command on the readme file #7

Open IvanFan opened 5 years ago

IvanFan commented 5 years ago

Hi

I just read through the readme doc and try to make it work. I executed the command in the doc: python --config config/moving-gif.yaml --driving_video sup-mat/driving_video.gif --source_image sup-mat/source_image.gif --checkpoint path/to/checkpoint

But it doesn't work. It's missing the python file and I cannot find the driving_video.gif and source_image.gif in sup-mat. I noticed that the network accept stacked '.png' and there are two png images under sup-mat. Just want to confirm the correct command of running the check point. Should it be :

python demo.py --config config/moving-gif.yaml --driving_video driving.png --source_image source.png --checkpoint moving-gif-ckp.pth.tar

If it's correct, I'm happy to rise a PR to fix it :)

AliaksandrSiarohin commented 5 years ago

Yes you are right.