NVlabs / stylegan2-ada-pytorch

StyleGAN2-ADA - Official PyTorch implementation

Home Page:https://arxiv.org/abs/2006.06676

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

webdevserv opened this issue · comments

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.