bb-in-hoodie/MNIST-invert-color
Invert the color of MNIST images with PyTorch (2017)
This tool helps machine learning researchers or students quickly flip the colors of handwritten digit images. You provide a set of MNIST images, and it outputs corresponding images where black becomes white and white becomes black. This is useful for testing how computer vision models react to inverted image data.
No commits in the last 6 months.
Use this if you need to generate inverted versions of MNIST handwritten digit images for research or experimentation.
Not ideal if you need to invert colors on images other than MNIST digits or if you require a general-purpose image manipulation tool.
Stars
16
Forks
—
Language
Python
License
—
Category
Last pushed
Jan 03, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/bb-in-hoodie/MNIST-invert-color"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
zhangqianhui/Conditional-GAN
Tensorflow implementation for Conditional Convolutional Adversarial Networks.
mit-han-lab/data-efficient-gans
[NeurIPS 2020] Differentiable Augmentation for Data-Efficient GAN Training
EugenHotaj/pytorch-generative
Easy generative modeling in PyTorch
kundan2510/pixelCNN
Theano reimplementation of pixelCNN architecture
shaohua0116/DCGAN-Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on...