Spaces:
Running
Running
Configure settings
#3
by
tngocngo0712
- opened
When I install DaGAN on my computer the result is not the same as the one on Hugging Face. I want my results to be the same as on Hugging Face, can you give me the parameters as well as what checkpoints to download to get the results like the demo results on Hugging Face .
CUDA_VISIBLE_DEVICES=0 python3 demo.py --config config/vox-adv-256.yaml --driving_video path/to/driving/okok.mp4 --source_image path/to/source/7_crop.png --checkpoint path/to/checkpoint/SPADE_DaGAN_vox_adv_256.pth.tar --kp_num 15 --generator SPADEDepthAwareGenerator --result_video results/example_out.mp4
what should be the size of the image and video?