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

About strange sample.png

Open 18837281020hly opened this issue 2 years ago • 3 comments

The sample.png generated using the generate.py file looks strange. I wonder what factors may cause this. (By the way, this sample.png has an abstract appearance but the effect of style-mixing can still be vaguely seen in the contours.) 3e22cc7c845dd0d504772897eeeeb50

18837281020hly avatar Apr 29 '23 07:04 18837281020hly

The image generated with the generate.py file is the same as your result. Did you find the cause of the problem? If you find the cause of the problem, you can talk about how to solve it. Thank you!

LiJuanapple avatar Jul 04 '23 02:07 LiJuanapple

Do you guys make sure the resolution and ckpt version are assigned correctly (should match)? Here is the command I use. It seems the you are get the output from untrained layer?! python generate.py ./checkpoint/stylegan-256px-new.model --size 256 image

ken881015 avatar Mar 13 '24 09:03 ken881015

Thank you!

LiJuanapple avatar Mar 13 '24 11:03 LiJuanapple