1 repo
Frameworks and tools for training and deploying models that perform image-to-image translation and generative synthesis.
Distinguishing note: Focuses on the training and evaluation of generative image translation models rather than general-purpose computer vision or image processing.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Generative Image Models. Refine with filters or upvote what's useful.
This project is a deep learning framework designed for training and deploying image-to-image translation models. It serves as a research platform for experimenting with neural network architectures that transform visual content between distinct stylistic domains, supporting both paired and unpaired training data. The framework distinguishes itself through its support for cycle-consistency constraints, which allow for image translation between domains without requiring corresponding paired examples. It provides a structured pipeline that utilizes adversarial loss optimization, where generator
Provides specialized training pipelines for generative image-to-image translation models using paired datasets.