rewriting icon indicating copy to clipboard operation
rewriting copied to clipboard

How to rewrite on other dataset

Open dayby opened this issue 5 years ago • 1 comments
trafficstars

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

dayby avatar Sep 23 '20 07:09 dayby

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

davidbau avatar Sep 24 '20 13:09 davidbau