NVlabs / stylegan2-ada-pytorch

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

generate.py Error: no such option: --projected_w #273

Open webdevserv opened 1 year ago

webdevserv commented 1 year ago

In your Projecting images to latent space text section you state that you can render the resulting latent vector by specifying --projected_w for generate.py:

python generate.py --outdir=out --projected_w=out/projected_w.npz \ --network=https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/ffhq.pkl

Error: Error: no such option: --projected_w

This option is not recognized and it should be optional like the seeds but not seeds and projected_w None.