#76 · Primary category: Image Generation

pix2pixHD

computer-graphics computer-vision deep-learning deep-neural-networks gan generative-adversarial-network image-to-image-translation pix2pix pytorch

Synthesizing and manipulating 2048x1024 images with conditional GANs

Project last updated:11/04/24

GitHub Stars

6.9K

Forks

1.4K

Contributors

9

License

Other

Why we included this project

Pix2PixHD is the reference PyTorch implementation of the CVPR 2018 method for high-resolution image-to-image translation, turning semantic label maps or face parsing masks into photorealistic output at up to 2048x1024 pixels. That resolution is exactly where naive GANs start to blur or collapse, so teams working on synthetic data generation or visual effects get a real training and inference pipeline rather than a toy. The codebase is compact and well documented, with scripts for single and multi GPU training and mixed precision support, and it adapts to your own datasets instead of only the bundled Cityscapes examples. It does expect a serious NVIDIA GPU with at least 11 GB of memory, so budget for hardware before planning high-resolution experiments.

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