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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVlabs avatar

NVlabs/MUNIT

0
View on GitHub↗
2,704 stele·485 fork-uri·Python·3 vizualizări

MUNIT

Multimodal Unsupervised Image-to-Image Translation

Features

  • Computer Vision Research - Multimodal unsupervised image-to-image translation framework.
  • Domain Transfer and Translation - Multimodal unsupervised image-to-image translation.
  • Generative Models - Multimodal unsupervised image-to-image translation framework.
  • Image Translation - Multimodal unsupervised translation between image domains.

Istoric stele

Graficul istoricului de stele pentru nvlabs/munitGraficul istoricului de stele pentru nvlabs/munit

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru MUNIT

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu MUNIT.
  • junyanz/cycleganAvatar junyanz

    junyanz/CycleGAN

    12,861Vezi pe 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
    Vezi pe GitHub↗12,861
  • phillipi/pix2pixAvatar phillipi

    phillipi/pix2pix

    10,644Vezi pe GitHub↗

    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
    Vezi pe GitHub↗10,644
  • carpedm20/discogan-pytorchAvatar carpedm20

    carpedm20/DiscoGAN-pytorch

    1,097Vezi pe GitHub↗

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

    Jupyter Notebook
    Vezi pe GitHub↗1,097
  • yunjey/starganAvatar yunjey

    yunjey/stargan

    5,292Vezi pe 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
    Vezi pe GitHub↗5,292
Vezi toate cele 30 alternative pentru MUNIT→

Întrebări frecvente

Ce face nvlabs/munit?

Multimodal Unsupervised Image-to-Image Translation

Care sunt principalele funcționalități ale nvlabs/munit?

Principalele funcționalități ale nvlabs/munit sunt: Computer Vision Research, Domain Transfer and Translation, Generative Models, Image Translation.

Care sunt câteva alternative open-source pentru nvlabs/munit?

Alternativele open-source pentru nvlabs/munit includ: yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… junyanz/cyclegan — CycleGAN is a generative adversarial network framework designed for unpaired image-to-image translation. It enables… carpedm20/discogan-pytorch — PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks". phillipi/pix2pix — pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions… mingyuliutw/unit — We have a reimplementation of the UNIT method that is more performant. It is avaiable at Imaginaire. clovaai/stargan-v2 — StarGAN v2 - Official PyTorch Implementation (CVPR 2020).