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
·
Back to nvlabs/munit

Open-source alternatives to MUNIT

30 open-source projects similar to nvlabs/munit, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best MUNIT alternative.

  • 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
  • carpedm20/discogan-pytorchAvatar von carpedm20

    carpedm20/DiscoGAN-pytorch

    1,097Auf GitHub ansehen↗

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

    Jupyter Notebook
    Auf GitHub ansehen↗1,097
  • yunjey/starganAvatar von yunjey

    yunjey/stargan

    5,292Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,292
  • 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

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • mingyuliutw/unitAvatar von mingyuliutw

    mingyuliutw/UNIT

    2,029Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗2,029
  • clovaai/stargan-v2Avatar von clovaai

    clovaai/stargan-v2

    3,610Auf GitHub ansehen↗

    StarGAN v2 - Official PyTorch Implementation (CVPR 2020)

    Python
    Auf GitHub ansehen↗3,610
  • orobix/visual-feature-attribution-using-wasserstein-gans-pytorchAvatar von orobix

    orobix/Visual-Feature-Attribution-Using-Wasserstein-GANs-Pytorch

    91Auf GitHub ansehen↗

    This code aims to reproduce results obtained in the paper "Visual Feature Attribution using Wasserstein GANs" (official repo, TensorFlow code)

    Python
    Auf GitHub ansehen↗91
  • 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
  • dmitryulyanov/deep-image-priorAvatar von DmitryUlyanov

    DmitryUlyanov/deep-image-prior

    8,085Auf GitHub ansehen↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    Auf GitHub ansehen↗8,085
  • nvidia/vid2vidN

    NVIDIA/vid2vid

    0Auf GitHub ansehen↗

    Pytorch implementation for high-resolution (e.g., 2048x1024) photorealistic video-to-video translation. It can be used for turning semantic label maps into photo-realistic videos, synthesizing people talking from edge maps, or generating human motions from poses. The core of video-to-video…

    Auf GitHub ansehen↗0
  • zalandoresearch/fashion-mnistAvatar von zalandoresearch

    zalandoresearch/fashion-mnist

    12,754Auf GitHub ansehen↗

    This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy of machine learning models. It provides a standardized collection of labeled fashion product images and training data formatted to be compatible with the MNIST dataset structure. The dataset consists of fixed-dimension grayscale images and label-based category mappings, stored in a binary format. It includes pre-split training and testing sets and a static distribution to ensure consistent cross-model benchmarking. The repository supports image classification benchmarking and

    Pythonbenchmarkcomputer-visionconvolutional-neural-networks
    Auf GitHub ansehen↗12,754
  • alamimejjati/unsupervised-attention-guided-image-to-image-translationA

    AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation

    0Auf GitHub ansehen↗

    This repository contains the TensorFlow code for our NeurIPS 2018 paper “Unsupervised Attention-guided Image-to-Image Translation”. This code is based on the TensorFlow implementation of CycleGAN provided by Harry Yang. You may need to train several times as the quality of the results are…

    Auf GitHub ansehen↗0
  • ahangchen/tfusionAvatar von ahangchen

    ahangchen/TFusion

    310Auf GitHub ansehen↗

    CVPR2018: Unsupervised Cross-dataset Person Re-identification by Transfer Learning of Spatio-temporal Patterns

    Python
    Auf GitHub ansehen↗310
  • albertpumarola/ganimationAvatar von albertpumarola

    albertpumarola/GANimation

    1,984Auf GitHub ansehen↗

    Official implementation of GANimation. In this work we introduce a novel GAN conditioning scheme based on Action Units (AU) annotations, which describe in a continuous manifold the anatomical facial movements defining a human expression. Our approach permits controlling the magnitude of…

    Python
    Auf GitHub ansehen↗1,984
  • akanazawa/hmrAvatar von akanazawa

    akanazawa/hmr

    1,665Auf GitHub ansehen↗

    Project page for End-to-end Recovery of Human Shape and Pose

    Python
    Auf GitHub ansehen↗1,665
  • akanazawa/cmrAvatar von akanazawa

    akanazawa/cmr

    485Auf GitHub ansehen↗

    Angjoo Kanazawa \ , Shubham Tulsiani \ , Alexei A. Efros, Jitendra Malik

    Python
    Auf GitHub ansehen↗485
  • agrimgupta92/sganAvatar von agrimgupta92

    agrimgupta92/sgan

    912Auf GitHub ansehen↗

    Code for "Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks", Gupta et al, CVPR 2018

    Python
    Auf GitHub ansehen↗912
  • abhimanyudubey/confusionAvatar von abhimanyudubey

    abhimanyudubey/confusion

    201Auf GitHub ansehen↗

    Code for the ECCV 2018 paper "Pairwise Confusion for Fine-Grained Visual Classification"

    Python
    Auf GitHub ansehen↗201
  • amusi/daily-paper-computer-visionAvatar von amusi

    amusi/daily-paper-computer-vision

    6,768Auf GitHub ansehen↗

    记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文

    computer-visiondeep-learningface-detection
    Auf GitHub ansehen↗6,768
  • ajbrock/biggan-pytorchAvatar von ajbrock

    ajbrock/BigGAN-PyTorch

    2,924Auf GitHub ansehen↗

    The author's officially unofficial PyTorch BigGAN implementation.

    Python
    Auf GitHub ansehen↗2,924
  • amlab-amsterdam/attentiondeepmilA

    AMLab-Amsterdam/AttentionDeepMIL

    0Auf GitHub ansehen↗

    Attention-based Deep Multiple Instance Learning

    Auf GitHub ansehen↗0
  • andrewgordonwilson/bayesganAvatar von andrewgordonwilson

    andrewgordonwilson/bayesgan

    1,014Auf GitHub ansehen↗

    Tensorflow code for the Bayesian GAN (https://arxiv.org/abs/1705.09558) (NIPS 2017)

    Jupyter Notebook
    Auf GitHub ansehen↗1,014
  • andrewliao11/cogan-tensorflowA

    andrewliao11/CoGAN-tensorflow

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • angeladai/3dmvAvatar von angeladai

    angeladai/3DMV

    213Auf GitHub ansehen↗

    3DMV jointly combines RGB color and geometric information to perform 3D semantic segmentation of RGB-D scans. This work is based on our ECCV'18 paper, 3DMV: Joint 3D-Multi-View Prediction for 3D Semantic Scene Segmentation.

    Python
    Auf GitHub ansehen↗213
  • angeladai/scancompleteAvatar von angeladai

    angeladai/ScanComplete

    271Auf GitHub ansehen↗

    CVPR'18 ScanComplete: Large-Scale Scene Completion and Semantic Segmentation for 3D Scans

    Python
    Auf GitHub ansehen↗271
  • anishathalye/obfuscated-gradientsAvatar von anishathalye

    anishathalye/obfuscated-gradients

    907Auf GitHub ansehen↗

    Obfuscated Gradients Give a False Sense of Security: Circumventing Defenses to Adversarial Examples

    Jupyter Notebook
    Auf GitHub ansehen↗907
  • art-programmer/planenetAvatar von art-programmer

    art-programmer/PlaneNet

    422Auf GitHub ansehen↗

    PlaneNet: Piece-wise Planar Reconstruction from a Single RGB Image

    Python
    Auf GitHub ansehen↗422
  • arunmallya/packnetAvatar von arunmallya

    arunmallya/packnet

    243Auf GitHub ansehen↗

    Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning

    Python
    Auf GitHub ansehen↗243
  • arunmallya/piggybackAvatar von arunmallya

    arunmallya/piggyback

    183Auf GitHub ansehen↗

    Code for Piggyback: Adapting a Single Network to Multiple Tasks by Learning to Mask Weights

    Python
    Auf GitHub ansehen↗183
  • alterzero/dbpn-pytorchAvatar von alterzero

    alterzero/DBPN-Pytorch

    574Auf GitHub ansehen↗

    The project is an official implement of our CVPR2018 paper "Deep Back-Projection Networks for Super-Resolution" (Winner of NTIRE2018 and PIRM2018)

    Python
    Auf GitHub ansehen↗574