style-based-gan-pytorch icon indicating copy to clipboard operation
style-based-gan-pytorch copied to clipboard

the sample image looks quite strange

Open PKUFlyingPig opened this issue 4 years ago • 6 comments

I run the generate.py on Mac which has cpu only, but the output sample image looks like this, what's the reason? image

PKUFlyingPig avatar Apr 07 '20 16:04 PKUFlyingPig

You need to set --size arguments which model is trained on.

rosinality avatar Apr 08 '20 00:04 rosinality

Have you solve it yet? It seems I come across the same problem.

whjdarking avatar May 30 '20 02:05 whjdarking

set --size arguments which model is trained on.

PKUFlyingPig avatar May 30 '20 02:05 PKUFlyingPig

set --size arguments which model is trained on.

Do you mean the size arguments in generate.py? I got a little confused

whjdarking avatar May 30 '20 02:05 whjdarking

yes, the size depends on the resolution size of image which your model trained on.

PKUFlyingPig avatar May 30 '20 02:05 PKUFlyingPig

yes, the size depends on the resolution size of image which your model trained on.

Thank you!

whjdarking avatar May 30 '20 03:05 whjdarking