StyleGAN2 Week 4 Class Notes

Taught by Derrick Schultz & Lia Coleman

🔗 Links

📣 Class Announcements

🏘 Near Neighbors in the Latent Space

"If I have a seed image that I really like, how do I see if there's a better one that's nearby?"

Near Neighbors in Colab:

📕 In the same StyleGAN2 Manipulation Colab notebook as last week.

python run_generator.py generate-neighbors --network=/content/network.pkl --seeds=10 --truncation-psi=0.5 --num_samples=10 --diameter=.000000005 --save_vector

--seeds: which seed or seeds you want to look around