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
·
LynnHo avatar

LynnHo/AttGAN-Tensorflow

0
View on GitHub↗
612 Stars·136 Forks·Python·MIT·8 Aufrufe

AttGAN Tensorflow

[TIP'19] AttGAN: Facial Attribute Editing by Only Changing What You Want

Features

  • Facial Manipulation - Arbitrary facial attribute editing with precise control.
  • Generative Adversarial Networks - Facial attribute editing using conditional generative networks.
  • Image Synthesis - Enables arbitrary facial attribute editing with high precision.

Star-Verlauf

Star-Verlauf für lynnho/attgan-tensorflowStar-Verlauf für lynnho/attgan-tensorflow

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu AttGAN Tensorflow

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit AttGAN Tensorflow.
  • guim3/icganAvatar von Guim3

    Guim3/IcGAN

    284Auf GitHub ansehen↗

    Invertible conditional GANs for image editing

    Lua
    Auf GitHub ansehen↗284
  • goodfeli/adversarialAvatar von goodfeli

    goodfeli/adversarial

    4,074Auf GitHub ansehen↗

    This project is a generative adversarial network implementation and research framework. It provides the tools and hyperparameters necessary to train and evaluate generative models across various datasets, specifically designed to reproduce results from academic research. The framework includes a Parzen density likelihood estimator to calculate model log likelihood. This allows for the quantitative evaluation of generative distributions and the measurement of overall model performance. The codebase covers machine learning research capabilities, focusing on the training of adversarial networks

    Python
    Auf GitHub ansehen↗4,074
  • ajbrock/neural-photo-editorAvatar von ajbrock

    ajbrock/Neural-Photo-Editor

    2,075Auf GitHub ansehen↗

    A simple interface for editing natural photos with generative neural networks.

    Python
    Auf GitHub ansehen↗2,075
  • hanzhanggit/stackganAvatar von hanzhanggit

    hanzhanggit/StackGAN

    1,861Auf GitHub ansehen↗

    Pytorch implementation

    Python
    Auf GitHub ansehen↗1,861
Alle 30 Alternativen zu AttGAN Tensorflow anzeigen→

Häufig gestellte Fragen

Was macht lynnho/attgan-tensorflow?

[TIP'19] AttGAN: Facial Attribute Editing by Only Changing What You Want

Was sind die Hauptfunktionen von lynnho/attgan-tensorflow?

Die Hauptfunktionen von lynnho/attgan-tensorflow sind: Facial Manipulation, Generative Adversarial Networks, Image Synthesis.

Welche Open-Source-Alternativen gibt es zu lynnho/attgan-tensorflow?

Open-Source-Alternativen zu lynnho/attgan-tensorflow sind unter anderem: junyanz/igan — iGAN is a framework for producing synthetic images using generative adversarial networks. It provides a web-based… hanzhanggit/stackgan — Pytorch implementation. ajbrock/neural-photo-editor — A simple interface for editing natural photos with generative neural networks. guim3/icgan — Invertible conditional GANs for image editing. goodfeli/adversarial — This project is a generative adversarial network implementation and research framework. It provides the tools and… phillipi/pix2pix — pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions…