stylegan-v icon indicating copy to clipboard operation
stylegan-v copied to clipboard

[CVPR 2022] StyleGAN-V: A Continuous Video Generator with the Price, Image Quality and Perks of StyleGAN2

Results 24 stylegan-v issues
Sort by recently updated
recently updated
newest added

The generator seems to be barebone STG2 generator. And then it only generates a batch of images, which when fed to the video discriminator fails because of dimensionality issues. I...

https://www.youtube.com/watch?v=P8Bit37hlsQ This no longer exists.

Hello, I have some questions about the inversion of StyleGAN-V generator in FaceForensics dataset. In case of image (a single frame), projection works well. However, when I tried to project...

Hi. Thanks for your grate wor. I just run your code with inference (generate.py) But I got an error which is ``` " ImportError: cannot import name 'CoordFuser' from 'src.training.layers'...

Hi team, I would love to use your model to train a custom dataset, so I cloned the repo, setup the env with conda and added my dataset according to...

![image](https://user-images.githubusercontent.com/67573223/234196313-06aaac53-c3ad-4fa9-b536-0b75a241502d.png) I got an error like this... It seems like not my docker problem but in your code...So I want you to check it! I guess there has been no...

I added a json like this: { "labels": [ ["folder1/1.jpg", 0], ["folder1/2.jpg", 0], ["folder1/3.jpg", 0], ["folder2/4.jpg", 1], ["folder2/5.jpg", 1], ["folder2/6.jpg", 1], ["folder3/7.jpg", 2], ["folder3/8.jpg", 2], ["folder3/9.jpg", 2], ] } containing...

I am trying to train the model on my own dataset, but I need 'experiment_config.yaml'. Can you please provide it?

Hi! I have a question about the face forensics dataset preprocessing! Do you guys have some particular strategy for the preprocessing about the ratio that face takes from whole frame,...

Hi, I find the IS score of UCF101 real videos in Table 5 is much higher than that I obtained, but I fail to find where is wrong. I extract...