#144 · Primary category: Image Generation

anycost-gan

computer-graphics computer-vision deep-learning gan gans generative-adversarial-network image-editing image-generation image-manipulation pytorch stylegan2

[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing

Project last updated:10/03/23

GitHub Stars

778

Forks

98

Contributors

4

License

MIT

Why we included this project

Anycost GAN is the reference implementation of a CVPR 2021 paper that tackles a real annoyance in GAN-based image editing: the full generator takes about three seconds per image, which is too slow for interactive work. The generator can instead run at reduced channel and resolution settings, producing a preview that stays visually close to the final result while you adjust sliders, then rendering the high-quality output once you finalize. That makes it a good fit for anyone building face or car editing tools who wants responsive feedback without giving up final fidelity. The repo ships pre-trained generators, encoders, and editing directions for FFHQ and LSUN Car, plus a Colab notebook and demo video, so you can judge the approach quickly. It is a research codebase rather than a maintained product, so plan to adapt the PyTorch code to your own pipeline.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category