You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, author and fellow experts. I would greatly appreciate your assistance!
I have some basic operational questions regarding StyleGAN3, and I hope you can provide some guidance.
I aim to generate new faces using the ffhq-256*256 dataset. Could you please advise me on the steps to follow? (Specifically, should I first train the dataset using train.py, and then use the generated weight file .pkl in the gen-images.py file to create new faces?)
How can I convert the quality metrics, such as fid50kfull and kid50kfull, generated after running train.py, into a chart format for a more intuitive observation of the results?
Thank you very much for your patience and assistance!