clovaai / stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Other
3.48k stars 653 forks source link

result is abnormal when generate images and interpolation videos #129

Closed study3h closed 2 years ago

study3h commented 2 years ago

when i run the following command: python main.py --mode sample --num_domains 2 --resume_iter 100000 --w_hpf 1 \ --checkpoint_dir expr/checkpoints/celeba_hq \ --result_dir expr/results/celeba_hq \ --src_dir assets/representative/celeba_hq/src \ --ref_dir assets/representative/celeba_hq/ref

I get abnormal results lik this reference

study3h commented 2 years ago

my load_state_dict in CheckpointIO is error because i modify some code