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

hanzhanggit/StackGAN

0
View on GitHub↗
1,861 Stars·451 Forks·Python·MIT·11 Aufrufe

StackGAN

Pytorch implementation

Features

  • Generative Adversarial Networks - Stacked architecture for high-resolution text-to-photo synthesis.
  • Generative Models - Synthesizes photo-realistic images from text descriptions.
  • Image Generation and Synthesis - Stacked architecture for generating photo-realistic images from text descriptions.
  • Image Synthesis - Synthesizes photo-realistic images from text using stacked architectures.
  • Multimodal Learning - Stacked GANs for photo-realistic text-to-image synthesis.

Star-Verlauf

Star-Verlauf für hanzhanggit/stackganStar-Verlauf für hanzhanggit/stackgan

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 StackGAN

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit StackGAN.
  • 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

    Lua
    Auf GitHub ansehen↗10,644
  • nvlabs/stylegan2Avatar von NVlabs

    NVlabs/stylegan2

    11,186Auf GitHub ansehen↗

    StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution synthetic visual content. It functions as a deep learning architecture that learns patterns from image datasets to synthesize new images. The project includes a latent space projection tool for mapping existing images to latent vectors to analyze their representation within a generative model. It also provides an image quality evaluation framework to measure the visual fidelity and diversity of synthetic outputs. The system covers the full generative pipeline, including imag

    Python
    Auf GitHub ansehen↗11,186
  • 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
  • reedscot/icml2016Avatar von reedscot

    reedscot/icml2016

    911Auf GitHub ansehen↗

    Generative Adversarial Text-to-Image Synthesis

    Lua
    Auf GitHub ansehen↗911
Alle 30 Alternativen zu StackGAN anzeigen→

Häufig gestellte Fragen

Was macht hanzhanggit/stackgan?

Pytorch implementation

Was sind die Hauptfunktionen von hanzhanggit/stackgan?

Die Hauptfunktionen von hanzhanggit/stackgan sind: Generative Adversarial Networks, Generative Models, Image Generation and Synthesis, Image Synthesis, Multimodal Learning.

Welche Open-Source-Alternativen gibt es zu hanzhanggit/stackgan?

Open-Source-Alternativen zu hanzhanggit/stackgan sind unter anderem: 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… reedscot/icml2016 — Generative Adversarial Text-to-Image Synthesis. nvlabs/stylegan2 — StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution… hojonathanho/diffusion — This project is a diffusion model training framework and image synthesis pipeline. It provides the tools necessary to… openai/dall-e — This project is a PyTorch implementation of a discrete variational autoencoder designed to compress high-resolution…