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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • junyanz/cycleganAvatar junyanz

    junyanz/CycleGAN

    12,861Vezi pe GitHub↗

    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
    Vezi pe GitHub↗12,861
  • phillipi/pix2pixAvatar phillipi

    phillipi/pix2pix

    10,644Vezi pe GitHub↗

    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
    Vezi pe GitHub↗10,644
  • luanfujun/deep-photo-styletransferAvatar luanfujun

    luanfujun/deep-photo-styletransfer

    9,994Vezi pe GitHub↗

    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
    Vezi pe GitHub↗9,994
  • yunjey/starganAvatar yunjey

    yunjey/stargan

    5,292Vezi pe GitHub↗

    StarGAN este un framework de traducere imagine-la-imagine PyTorch conceput pentru a sintetiza stiluri vizuale și atribute între mai multe domenii. Implementează o rețea generativă adversarială care servește drept traducător de imagini deep learning pentru modificarea caracteristicilor vizuale specifice într-un set de date de imagini. Framework-ul utilizează un singur model unificat pentru a gestiona traducerile între mai multe domenii de imagine, în loc să necesite perechi separate de modele. Este o implementare de cercetare care învață mapări între diferite atribute ale imaginii fără a fi nevoie de date de antrenament pereche. Proiectul acoperă antrenarea și optimizarea modelelor generative, inclusiv aplicarea checkpoint-urilor de modele pre-antrenate pentru inferență. De asemenea, oferă utilitare pentru pregătirea și organizarea seturilor de date de imagini pe baza etichetelor și a împărțirilor.

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

    Python
    Vezi pe GitHub↗5,292
  • clovaai/stargan-v2Avatar clovaai

    clovaai/stargan-v2

    3,610Vezi pe GitHub↗

    StarGAN v2 - Official PyTorch Implementation (CVPR 2020)

    Diverse image synthesis across multiple domains.

    Python
    Vezi pe GitHub↗3,610
  • nvlabs/munitAvatar NVlabs

    NVlabs/MUNIT

    2,704Vezi pe GitHub↗

    Multimodal Unsupervised Image-to-Image Translation

    Multimodal unsupervised image-to-image translation.

    Python
    Vezi pe GitHub↗2,704
  • carpedm20/discogan-pytorchAvatar carpedm20

    carpedm20/DiscoGAN-pytorch

    1,097Vezi pe GitHub↗

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

    Discovering cross-domain relations without paired training data.

    Jupyter Notebook
    Vezi pe GitHub↗1,097
  • chuanli11/mgansAvatar chuanli11

    chuanli11/MGANs

    291Vezi pe GitHub↗

    Precomputed Real-Time Texture Synthesis with Markovian Generative Adversarial Networks

    Real-time texture synthesis using Markovian adversarial networks.

    Lua
    Vezi pe GitHub↗291
  • fxia22/pixeldtganAvatar fxia22

    fxia22/PixelDTGAN

    262Vezi pe GitHub↗

    A torch implementation of "Pixel-Level Domain Transfer"

    Pixel-level domain transfer for cross-domain generation.

    Lua
    Vezi pe GitHub↗262
  • varunagrawal/t-gan-demoV

    varunagrawal/t-gan-demo

    0Vezi pe GitHub↗

    Controlling deep image synthesis using texture patches.

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