zsyzzsoft / co-mod-gan

[ICLR 2021, Spotlight] Large Scale Image Completion via Co-Modulated Generative Adversarial Networks
Other
445 stars 67 forks source link

How to test the sample images? #27

Open tiwarikaran opened 3 years ago

tiwarikaran commented 3 years ago

When I ran the below code, !python run_generator.py -c /content/drive/MyDrive/co-mod-gan-ffhq-10-025000.pkl -i imgs/example_image.jpg -m imgs/example_mask.jpg -o imgs/example_output.jpg This came as a result. image

And this exception was caught

image Any ideas how to solve this?

zsyzzsoft commented 3 years ago

You need an image of 1024x1024 resolution to run the ffhq-10 model.