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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
taki0112 avatar

taki0112/UGATIT

0
View on GitHub↗
6,117 stars·1,016 forks·Python·MIT·9 vues

UGATIT

UGATIT est un réseau antagoniste génératif (GAN) non supervisé et un modèle de traduction image-à-image implémenté dans TensorFlow. Il sert d'implémentation de recherche officielle d'un article ICLR 2020, fournissant un framework pour convertir des images entre différents styles visuels sans nécessiter d'exemples d'entraînement appariés.

Le système utilise un réseau attentionnel génératif non supervisé et des cartes d'attention pour déformer les formes géométriques et modifier les textures pendant le processus de traduction. Il emploie un framework cycle-consistent pour assurer la qualité de la traduction en exigeant que les images reviennent à leur état original après des changements de domaine bidirectionnels.

La base de code couvre l'entraînement antagoniste génératif et la transformation géométrique d'image, utilisant des architectures de discriminateur multi-échelle et une normalisation adaptative couche-instance pour affiner la qualité de synthèse.

Features

  • Unsupervised Style Translation - Provides a framework for unsupervised visual style translation by adjusting textures and geometric shapes without paired examples.
  • Cycle Consistency Constraints - Ensures translation quality via cycle-consistency constraints that require images to be reconstructible after a two-way domain shift.
  • Generative Adversarial Networks - Utilizes a generative adversarial network architecture to map images between two different domains.
  • Image-to-Image Translation - Implements a TensorFlow-based image-to-image translation model for converting images between visual styles.
  • Generative Adversarial Network Training - Employs a generative adversarial training workflow with competing generator and discriminator networks to synthesize realistic images.
  • Attentional Generative Networks - Implements an unsupervised generative attentional network to translate images by attending to textures and geometric shapes.
  • Unpaired Image Translation - Implements unpaired image translation to convert images between visual styles without requiring paired training data.
  • Deformable Attention - Implements deformable attention layers to warp geometric shapes during the image translation process.
  • Attentional Image Synthesis Tools - Ships a computer vision system that uses attention maps to deform geometric shapes and modify textures.
  • Computer Vision Research - Provides the official research implementation of a computer vision model based on the ICLR 2020 paper.
  • Cycle-Consistent Frameworks - Implements a cycle-consistent generative framework to ensure images return to their original state after two-way domain shifts.
  • Multi-Scale Discriminators - Utilizes a multi-scale discriminator architecture to evaluate images at various resolutions for improved structural coherence.
  • Image-to-Image Synthesis Frameworks - Implements a framework for image-to-image synthesis using deep learning to generate images based on learned visual patterns.
  • Paper Implementations - Provides the official code implementation of the research described in an ICLR 2020 paper.
  • Image Geometric Transformations - Performs geometric image transformations to handle non-rigid spatial adjustments and shape modifications during translation.
  • Computer Vision Libraries - Unsupervised generative attentional networks for image translation.

Historique des stars

Graphique de l'historique des stars pour taki0112/ugatitGraphique de l'historique des stars pour taki0112/ugatit

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à UGATIT

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec UGATIT.
  • junyanz/cycleganAvatar de junyanz

    junyanz/CycleGAN

    12,861Voir sur 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

    Lua
    Voir sur GitHub↗12,861
  • junyanz/pytorch-cyclegan-and-pix2pixAvatar de junyanz

    junyanz/pytorch-CycleGAN-and-pix2pix

    24,951Voir sur GitHub↗

    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

    Pythoncomputer-graphicscomputer-visioncyclegan
    Voir sur GitHub↗24,951
  • eriklindernoren/keras-ganAvatar de eriklindernoren

    eriklindernoren/Keras-GAN

    9,206Voir sur GitHub↗

    Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data generation and image manipulation. It provides frameworks for image-to-image translation, image inpainting, and neural image super-resolution. The library includes tools for learning disentangled latent space representations to control specific attributes of synthetic outputs. It also features capabilities for image domain translation using paired or unpaired data and the ability to fill corrupted or missing image parts by analyzing surrounding visual context. The project covers ge

    Python
    Voir sur GitHub↗9,206
  • phillipi/pix2pixAvatar de phillipi

    phillipi/pix2pix

    10,644Voir sur 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

    Lua
    Voir sur GitHub↗10,644
Voir les 30 alternatives à UGATIT→

Questions fréquentes

Que fait taki0112/ugatit ?

UGATIT est un réseau antagoniste génératif (GAN) non supervisé et un modèle de traduction image-à-image implémenté dans TensorFlow. Il sert d'implémentation de recherche officielle d'un article ICLR 2020, fournissant un framework pour convertir des images entre différents styles visuels sans nécessiter d'exemples d'entraînement appariés.

Quelles sont les fonctionnalités principales de taki0112/ugatit ?

Les fonctionnalités principales de taki0112/ugatit sont : Unsupervised Style Translation, Cycle Consistency Constraints, Generative Adversarial Networks, Image-to-Image Translation, Generative Adversarial Network Training, Attentional Generative Networks, Unpaired Image Translation, Deformable Attention.

Quelles sont les alternatives open-source à taki0112/ugatit ?

Les alternatives open-source à taki0112/ugatit incluent : junyanz/cyclegan — CycleGAN is a generative adversarial network framework designed for unpaired image-to-image translation. It enables… junyanz/pytorch-cyclegan-and-pix2pix — This project is a deep learning framework designed for training and deploying image-to-image translation models. It… phillipi/pix2pix — pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions… yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… eriklindernoren/keras-gan — Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data… nvlabs/stylegan2 — StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution…