zcemycl/Matlab-GAN
MATLAB implementations of Generative Adversarial Networks -- from GAN to Pixel2Pixel, CycleGAN
This project offers various Generative Adversarial Network (GAN) models implemented in MATLAB to help researchers and practitioners generate new images or translate existing ones. You provide a dataset of images, and the system learns to create new, realistic images or transform them (e.g., turning sketches into photos). It's designed for anyone working with image synthesis or style transfer in a research or applied setting.
209 stars. No commits in the last 6 months.
Use this if you are a researcher or engineer in computer vision looking to experiment with different GAN architectures in MATLAB for tasks like image generation, style transfer, or data augmentation.
Not ideal if you need a high-level API for quick deployment or are working in a different programming environment like Python or R.
Stars
209
Forks
87
Language
MATLAB
License
MIT
Category
Last pushed
Mar 22, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/zcemycl/Matlab-GAN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch