23 Repos
Generative models for converting between different sensor or map formats.
Explore 23 awesome GitHub repositories matching part of an awesome list · Image Translation. Refine with filters or upvote what's useful.
CycleGAN is a generative adversarial network framework designed for unpaired image-to-image translation. It enables the conversion of images between two distinct visual domains using datasets that do not require direct one-to-one matching examples. The project implements a deep learning style transfer tool capable of artistic style transfer, object transfiguration, and domain-to-domain conversion. It uses a dual-generator architecture and cycle-consistency loss to ensure that images translated to a target domain and back recover their original state. The framework covers core machine learnin
Unpaired image-to-image translation using cycle-consistency.
pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions as a supervised trainer and visual domain mapper designed to learn a mapping between input and output images for style and domain transfer. The system utilizes a U-Net encoder-decoder architecture combined with a PatchGAN local discriminator to enforce high-frequency local consistency. It employs L1 loss regularization to ensure generated outputs remain structurally close to the ground truth. The project covers a broad range of computer vision capabilities, including semantic
Conditional adversarial networks for paired image-to-image translation.
pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into high-resolution photorealistic images. It functions as a high-resolution image synthesizer and an image-to-image translation model capable of producing synthetic images at 2048x1024 resolution. The system includes a semantic image editor that allows for the modification of high-resolution visuals by updating the underlying semantic label maps. This enables interactive image editing and the generation of photorealistic images based on source images or discrete label maps. The framework pro
High-resolution synthesis and semantic manipulation with conditional models.
StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Diverse image synthesis across multiple domains.
Multimodal Unsupervised Image-to-Image Translation
Multimodal unsupervised translation between image domains.
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
Contrastive learning for unpaired image translation tasks.
We have a reimplementation of the UNIT method that is more performant. It is avaiable at Imaginaire
Unsupervised image-to-image translation using shared latent spaces.
Toward Multimodal Image-to-Image Translation
Multimodal image-to-image translation with diverse outputs.
PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
Discovering cross-domain relations using generative networks.
TensorFlow implementation of "Image-to-Image Translation Using Conditional Adversarial Networks".
TensorFlow port of conditional image translation models.
Pytorch implementation for the paper "Structural-analogy from a Single Image Pair"
Structural transfer between single image pairs.
In this project, we created a U-net deep learning model that takes any satellite imagery and detects the wildfire burning scar. The model is trained on Databricks, and the application is deployed on Streamlit.
U-Net model for wildfire detection with integrated UI.
Coupled generative networks for multi-domain image synthesis.
Motion transfer for human dance synthesis.
Self-conditioned networks for diverse image generation.