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

junyanz/BicycleGAN

0
View on GitHub↗
1,513 Stars·252 Forks·Python·6 Aufrufejunyanz.github.io/BicycleGAN↗

BicycleGAN

Toward Multimodal Image-to-Image Translation

Features

  • Image Synthesis - Facilitates multimodal image-to-image translation tasks.
  • Image Translation - Multimodal image-to-image translation with diverse outputs.

Star-Verlauf

Star-Verlauf für junyanz/bicycleganStar-Verlauf für junyanz/bicyclegan

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 BicycleGAN

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit BicycleGAN.
  • nvidia/pix2pixhdAvatar von NVIDIA

    NVIDIA/pix2pixHD

    6,920Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,920
  • 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
  • junyanz/cycleganAvatar von junyanz

    junyanz/CycleGAN

    12,861Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,861
  • luanfujun/deep-photo-styletransferAvatar von luanfujun

    luanfujun/deep-photo-styletransfer

    9,994Auf GitHub ansehen↗

    This project is a deep learning style transfer framework designed to apply artistic styles to photographs. It functions as a photorealistic image stylizer that merges the content of one image with the visual characteristics of another while maintaining the original geometry and structural details. The system distinguishes itself through the use of matting Laplacian matrices and semantic segmentation masks to prevent distortion and preserve edge fidelity. These capabilities allow for region-specific styling, where different aesthetics can be applied to distinct objects or areas within a single

    Matlab
    Auf GitHub ansehen↗9,994
Alle 30 Alternativen zu BicycleGAN anzeigen→

Häufig gestellte Fragen

Was macht junyanz/bicyclegan?

Toward Multimodal Image-to-Image Translation

Was sind die Hauptfunktionen von junyanz/bicyclegan?

Die Hauptfunktionen von junyanz/bicyclegan sind: Image Synthesis, Image Translation.

Welche Open-Source-Alternativen gibt es zu junyanz/bicyclegan?

Open-Source-Alternativen zu junyanz/bicyclegan sind unter anderem: junyanz/cyclegan — CycleGAN is a generative adversarial network framework designed for unpaired image-to-image translation. It enables… phillipi/pix2pix — pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions… nvidia/pix2pixhd — pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into… fogleman/primitive — Primitive is an algorithmic art generator and geometric image reconstruction tool that transforms raster images into… luanfujun/deep-photo-styletransfer — This project is a deep learning style transfer framework designed to apply artistic styles to photographs. It… carpedm20/discogan-pytorch — PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks".