NVlabs / stylegan2-ada-pytorch

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

Latent vector generation through folder loop #261

Open stoney5708 opened 1 year ago

stoney5708 commented 1 year ago

When generating latent vectors, I want to loop through the png files by reading the whole folder, rather than generating images one by one in projector.py . How can I do it? thanks