NVlabs / stylegan2-ada-pytorch

StyleGAN2-ADA - Official PyTorch implementation
https://arxiv.org/abs/2006.06676
Other
4.09k stars 1.16k forks source link

Is StyleGAN2 supposed to project "consistently"? #285

Open Pizzawookiee opened 1 year ago

Pizzawookiee commented 1 year ago

I used the projector.py script to project the same image multiple times but I got different encodings every time. Just wondering if this is expected behavior.

Pizzawookiee commented 1 year ago

I altered the projector script by adding suggestions from https://pytorch.org/docs/stable/notes/randomness.html, so it is now creating reproducible encodings now.