We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sorry to disturb you. As a beginner, I am very interested in your work, and I would like to ask how to rewrite on other dataset
The text was updated successfully, but these errors were encountered:
Two steps:
(1) The first step is to train a styleganv2 on your dataset. This is most of the work. You can Google to find various tutorials to do this e.g., from very brief youtube tutorials https://www.youtube.com/watch?v=OVY-CQD0nJk to very involved explanation guides https://www.gwern.net/Faces#stylegan-2.
(2) Once you're done, the second step is to convert your trained styleganv2 to pytorch using the steps at the bottom of the readme in this repository. See the instructions here: https://github.com/davidbau/rewriting#rewriting-your-own-models
Sorry, something went wrong.
No branches or pull requests
sorry to disturb you. As a beginner, I am very interested in your work, and I would like to ask how to rewrite on other dataset
The text was updated successfully, but these errors were encountered: