-
good job!I see another repo(https://github.com/williamyang1991/DualStyleGAN) have many other style model , can you integrate them in this repo? I had download the model,but I can't use them in VToon…
-
When i am trying to training the encoder, I got the error as below:
tensorflow.python.framework.errors_impl.FailedPreconditionError: datasets/custom-dataset; Is a directory
[[{{node IteratorGetN…
-
Hi, thanks for sharing your great works !!!! It's so amazing!
I have a question about the decoder, I wonder if you can help me out a bit.
Can you please explain what these three params are for? ( `b…
-
Output of original StyleGAN's discriminator is a scalar, predicting whether the given image is real or fake. However, the output shape of your D network is batch x (2 * dlatent_size) in the line below…
-
**Issue Description:**
**Step 1:**
I followed the instructions provided in the README to set up the project and encountered an error while attempting to run the code. Here are the steps I took:
…
-
Interested in running the colab demo with a custom image, would I need to use resnetEncoder to convert my image into latent space. If so, where can I find the pretrained weights for the resnetEncoder?
-
The dimensionality is dlatent is 9x larger, sampling isn't as simple, interpolations are worse, and mapping to smile directions for example needs more data.
-
Thanks for the great work!
I trained the model by myself (result image: https://drive.google.com/file/d/15PWiwtTUYJzB86CsxeO7g_0xLpopNmFc/view?usp=sharing). When I use your inversion.py/projector.p…
-
Thanks for awesome work!.
How can i obtain a attribute edit vector (exp: smile, glasses, ...)
-
If I want to specify a specific content image for style migration, which parameter should I set? You don't seem to have provided a parameter for changing the content image.