You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am very impressed by the capabilities of HiFaceGAN!
However, I tried to process an image larger than 512x512 in size - changing the values of crop_size and prd_resize in config_hifacegan.py to the size of my image - and it scaled the results back to 512x512. Is there something else I need to do to process larger images in the code?
Thanks!
The text was updated successfully, but these errors were encountered:
@sjscotti Apart from changing dataset_mode to test_nogt (which I think you already did), maybe you can change num_upsampling_layers to more or most according to your need. But AFAIK none of the pretrained models support more than 1024. I might be wrong here. Maybe one of the owners can provide a better answer.
Hi!
I am very impressed by the capabilities of HiFaceGAN!
However, I tried to process an image larger than 512x512 in size - changing the values of
crop_size
andprd_resize
inconfig_hifacegan.py
to the size of my image - and it scaled the results back to 512x512. Is there something else I need to do to process larger images in the code?Thanks!
The text was updated successfully, but these errors were encountered: