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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
carpedm20 avatar

carpedm20/DiscoGAN-pytorch

0
View on GitHub↗
1,097 stars·218 forks·Jupyter Notebook·Apache-2.0·15 views

DiscoGAN Pytorch

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

Features

  • Domain Transfer and Translation - Discovering cross-domain relations without paired training data.
  • Generative Models - Learning cross-domain relations with GANs.
  • Image Translation - Discovering cross-domain relations using generative networks.
  • Model Implementations - Cross-domain relation discovery using GANs.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Star history

Star history chart for carpedm20/discogan-pytorchStar history chart for carpedm20/discogan-pytorch

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

Frequently asked questions

What does carpedm20/discogan-pytorch do?

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

What are the main features of carpedm20/discogan-pytorch?

The main features of carpedm20/discogan-pytorch are: Domain Transfer and Translation, Generative Models, Image Translation, Model Implementations.

Which projects share features with carpedm20/discogan-pytorch?

Projects with overlapping indexed features include: nvidia/pix2pixhd — pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into… phillipi/pix2pix — pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions… junyanz/cyclegan — CycleGAN is a generative adversarial network framework designed for unpaired image-to-image translation. It enables… mingyuliutw/unit — We have a reimplementation of the UNIT method that is more performant. It is avaiable at Imaginaire. nvlabs/munit — Multimodal Unsupervised Image-to-Image Translation. yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across…

Projects sharing features with DiscoGAN Pytorch

These projects share indexed features with DiscoGAN Pytorch. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • mingyuliutw/unitmingyuliutw avatar

    mingyuliutw/UNIT

    2,029View on GitHub↗

    We have a reimplementation of the UNIT method that is more performant. It is avaiable at Imaginaire

    Python
    View on GitHub↗2,029
  • nvidia/pix2pixhdNVIDIA avatar

    NVIDIA/pix2pixHD

    6,920View on GitHub↗

    pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into high-resolution photorealistic images. It functions as a high-resolution image synthesizer and an image-to-image translation model capable of producing synthetic images at 2048x1024 resolution. The system includes a semantic image editor that allows for the modification of high-resolution visuals by updating the underlying semantic label maps. This enables interactive image editing and the generation of photorealistic images based on source images or discrete label maps. The framework pro

    Python
    View on GitHub↗6,920
  • junyanz/cycleganjunyanz avatar

    junyanz/CycleGAN

    12,861View on 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
    View on GitHub↗12,861
  • nvlabs/munitNVlabs avatar

    NVlabs/MUNIT

    2,704View on GitHub↗

    Multimodal Unsupervised Image-to-Image Translation

    Python
    View on GitHub↗2,704
Compare all 30 related projects→