awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesDomain Transfer and Translation

Frameworks for mapping data between different domains, styles, or representations.

Explore 10 awesome GitHub repositories matching part of an awesome list · Domain Transfer and Translation. Refine with filters or upvote what's useful.

Awesome Domain Transfer and Translation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • junyanz/cycleganAvatar von junyanz

    junyanz/CycleGAN

    12,861Auf GitHub ansehen↗

    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 constraints.

    Lua
    Auf GitHub ansehen↗12,861
  • phillipi/pix2pixAvatar von phillipi

    phillipi/pix2pix

    10,644Auf GitHub ansehen↗

    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

    General-purpose image-to-image translation using conditional adversarial networks.

    Lua
    Auf GitHub ansehen↗10,644
  • luanfujun/deep-photo-styletransferAvatar von luanfujun

    luanfujun/deep-photo-styletransfer

    9,994Auf GitHub ansehen↗

    This project is a deep learning style transfer framework designed to apply artistic styles to photographs. It functions as a photorealistic image stylizer that merges the content of one image with the visual characteristics of another while maintaining the original geometry and structural details. The system distinguishes itself through the use of matting Laplacian matrices and semantic segmentation masks to prevent distortion and preserve edge fidelity. These capabilities allow for region-specific styling, where different aesthetics can be applied to distinct objects or areas within a single

    Photorealistic style transfer between images.

    Matlab
    Auf GitHub ansehen↗9,994
  • yunjey/starganAvatar von yunjey

    yunjey/stargan

    5,292Auf GitHub ansehen↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Unified multi-domain image-to-image translation framework.

    Python
    Auf GitHub ansehen↗5,292
  • clovaai/stargan-v2Avatar von clovaai

    clovaai/stargan-v2

    3,610Auf GitHub ansehen↗

    StarGAN v2 - Official PyTorch Implementation (CVPR 2020)

    Diverse image synthesis across multiple domains.

    Python
    Auf GitHub ansehen↗3,610
  • nvlabs/munitAvatar von NVlabs

    NVlabs/MUNIT

    2,704Auf GitHub ansehen↗

    Multimodal Unsupervised Image-to-Image Translation

    Multimodal unsupervised image-to-image translation.

    Python
    Auf GitHub ansehen↗2,704
  • carpedm20/discogan-pytorchAvatar von carpedm20

    carpedm20/DiscoGAN-pytorch

    1,097Auf GitHub ansehen↗

    PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"

    Discovering cross-domain relations without paired training data.

    Jupyter Notebook
    Auf GitHub ansehen↗1,097
  • chuanli11/mgansAvatar von chuanli11

    chuanli11/MGANs

    291Auf GitHub ansehen↗

    Precomputed Real-Time Texture Synthesis with Markovian Generative Adversarial Networks

    Real-time texture synthesis using Markovian adversarial networks.

    Lua
    Auf GitHub ansehen↗291
  • fxia22/pixeldtganAvatar von fxia22

    fxia22/PixelDTGAN

    262Auf GitHub ansehen↗

    A torch implementation of "Pixel-Level Domain Transfer"

    Pixel-level domain transfer for cross-domain generation.

    Lua
    Auf GitHub ansehen↗262
  • varunagrawal/t-gan-demoV

    varunagrawal/t-gan-demo

    0Auf GitHub ansehen↗

    Controlling deep image synthesis using texture patches.

    Auf GitHub ansehen↗0
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Domain Transfer and Translation