Closed zhanghongyong123456 closed 1 year ago
The problem with using StyleGAN out of the box for video generation is that it will not be temporally consistent. Therefore, if you want to work with something simple, I would recommend using something that is based on pix2pixHD. There are some StyleGAN-based works for video/animation generation but they require a lot of tricks to get temporally consistent results.
pix2pixHD
OK. iTry it,can you give me a methods of producing data(a Pair of data),like this: (It's a bit of a mismatch)
Maybe something like AnimeGAN is something that you are looking for. For example: https://github.com/TachibanaYoshino/AnimeGANv3#art-face-to-usa-cartoon-style Other than that, I am not too familiar with stylization works.
https://github.com/Sxela/ArcaneGAN(like this project) Compared with this project(pix2pix-HD), which one is more suitable for video conversion animation
Is there any project related to converting video to animation? I hope you can recommend it