K.L.
K.L.
> It would be very useful to have the ability to export the intermediate "Merge" images into a gif. Interesting. And there are a lot of interpolating handlers, how do...
> I'll do more research on this, but I've seen some papers such as [Unsupervised Discovery of Interpretable Directions in the GAN Latent Space](https://paperswithcode.com/paper/unsupervised-discovery-of-interpretable) , which I think goes in...
多谢.
Try run `python ./test.py`, then check `images/example.png`. If it is also noise, that maybe due to your model weight files' problem.
Try to replace this line in file `http_server.py`: ```python image.save(fp, PIL.Image.registered_extensions()['.png']) ``` with: ```python image.save('./test.png') ``` And see if the output is normal.
So, did you see the image of `test.png`?
`stylegan2-ffhq-config-a.pkl` seems not the final weight file of stylegan2. And zero latent should generate an average face for ffhq, this is not right.
> What I don't understand is why, if the test runs correctly (I have replaced the model), the generator doesn't take a good picture. > > Update1: Progress: the base...
> We are making progress. The sample image is already displayed, but whenever I change any of the parameters, I get colored noise: > >  > >  Right...
It seems your hardware's problem. RTX3060's graph memory may be not enough. However you can try his 256x256 models, such as cat and horse.