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
junyanz avatar

junyanz/pytorch-CycleGAN-and-pix2pix

0
View on GitHub↗
24,951 stars·6,570 forks·Python·other·40 views

Pytorch CycleGAN And Pix2pix

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 and discriminator networks compete to refine the realism of pixel-level transformations. Users can leverage pre-trained models for immediate inference or train custom models using modular components for data loading and network definition.

The system includes comprehensive infrastructure for distributed deep learning, enabling the scaling of training workloads across multiple graphics processing units to handle large datasets. It also supports containerized deployment to ensure consistent dependency management and hardware acceleration across different host environments.

Features

  • Generative Adversarial Networks - Provides a comprehensive toolkit for training and deploying image-to-image translation models using GAN architectures.
  • Generative Image Models - Provides specialized training pipelines for generative image-to-image translation models using paired datasets.
  • Image Translation Research Platforms - Offers a modular environment for experimenting with neural network architectures to transform visual content between domains.
  • Generative Model Research - Provides a research-oriented environment for developing and experimenting with advanced generative neural network architectures.
  • Cycle Consistency Constraints - Enforces cycle-consistency constraints to ensure accurate data recovery during domain translation.
  • Deep Learning Training Pipelines - Manages data ingestion, model optimization, and multi-GPU distribution for complex computer vision tasks.
  • Unpaired Image Translation - Transforms images between distinct visual domains without requiring corresponding training examples.
  • CycleGAN Models - Provides pre-trained CycleGAN models to transform images between domains without requiring additional training.
  • Image Translation Pipelines - Provides a structured pipeline for pixel-level image transformations using encoder-decoder networks.
  • Paired Image Translation - Maps input images to target representations using datasets of corresponding input-output pairs.
  • Pix2Pix Models - Provides pre-trained Pix2Pix models to transform images based on specific input-output pairs.
  • Computer Vision Libraries - Image-to-image translation in PyTorch.
  • Computer Vision Models - Implementation of image-to-image translation models.
  • Foundational Generative Models - Official PyTorch implementation of CycleGAN and pix2pix.
  • Generative Models - Image-to-image translation models.
  • Graphical Models and RNNs - Pix2pix implementation in PyTorch.
  • Model Implementations - Image-to-image translation models.
  • GANs, VAEs, and AEs - Listed in the “GANs, VAEs, and AEs” section of the The Incredible Pytorch awesome list.
  • CycleGAN Training Utilities - Supports training generative models on unpaired image collections and evaluating translation quality.
  • Distributed Deep Learning - Scales the training of complex generative models across multiple GPUs to reduce computation time.
  • Distributed Training - Distributes training workloads across multiple GPUs to accelerate processing of large image datasets.
  • Adversarial Loss Functions - Implements adversarial loss mechanisms to guide generative model training through discriminator feedback.
  • Computer Vision Pipelines - Integrates specialized data loading and model architectures into modular image processing workflows.
  • Custom Model Integrations - Allows implementation of unique neural network architectures and custom data loading patterns.
  • Model Training Optimizers - Enables faster training convergence through hyperparameter tuning and hardware-specific optimization for image translation tasks.
  • Multi-GPU Training Utilities - Accelerates the learning process for large datasets by distributing computational workloads across multiple GPUs.

Star history

Star history chart for junyanz/pytorch-cyclegan-and-pix2pixStar history chart for junyanz/pytorch-cyclegan-and-pix2pix

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.

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

Projects sharing features with Pytorch CycleGAN And Pix2pix

These projects share indexed features with Pytorch CycleGAN And Pix2pix. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • yunjey/starganyunjey avatar

    yunjey/stargan

    5,292View on GitHub↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Python
    View on GitHub↗5,292
  • 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
  • eriklindernoren/pytorch-ganeriklindernoren avatar

    eriklindernoren/PyTorch-GAN

    17,472View on GitHub↗

    PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative adversarial network architectures. It serves as a toolkit for training and evaluating models that utilize adversarial minimax optimization to produce synthetic data, offering a structured environment for exploring complex generative tasks within the PyTorch ecosystem. The library distinguishes itself through a comprehensive suite of image synthesis and manipulation capabilities, including super-resolution, inpainting, and cross-domain style translation. It supports advanced training m

    Python
    View on GitHub↗17,472
Compare all 30 related projects→

Frequently asked questions

What does junyanz/pytorch-cyclegan-and-pix2pix do?

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.

What are the main features of junyanz/pytorch-cyclegan-and-pix2pix?

The main features of junyanz/pytorch-cyclegan-and-pix2pix are: Generative Adversarial Networks, Generative Image Models, Image Translation Research Platforms, Generative Model Research, Cycle Consistency Constraints, Deep Learning Training Pipelines, Unpaired Image Translation, CycleGAN Models.

Which projects share features with junyanz/pytorch-cyclegan-and-pix2pix?

Projects with overlapping indexed features include: yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… nvidia/pix2pixhd — pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into… junyanz/cyclegan — CycleGAN is a generative adversarial network framework designed for unpaired image-to-image translation. It enables… eriklindernoren/pytorch-gan — PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative… d2l-ai/d2l-en — This project is an educational platform and research toolkit designed to teach deep learning through a combination of… taki0112/ugatit — UGATIT is an unsupervised generative adversarial network and image-to-image translation model implemented in…