Cerenaut/Preprocess-SVHN
Preprocess Google Street View House Number (SVHN) dataset, producing a set of PNG images.
This tool helps machine learning engineers or researchers prepare the Google Street View House Number (SVHN) dataset for image classification tasks. It takes the original SVHN dataset files (in .mat format) and converts them into individual PNG image files, organized by training and testing sets. Each image filename includes its original label, simplifying dataset analysis and model training.
No commits in the last 6 months.
Use this if you need to quickly convert the SVHN dataset from its original MATLAB format into a collection of individual PNG images, optionally in grayscale.
Not ideal if you are working with a different image dataset or require more complex image augmentation beyond grayscaling.
Stars
8
Forks
4
Language
Jupyter Notebook
License
GPL-3.0
Category
Last pushed
Apr 19, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Cerenaut/Preprocess-SVHN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
greydanus/mnist1d
A 1D analogue of the MNIST dataset for measuring spatial biases and answering Science of Deep...
potterhsu/SVHNClassifier
A TensorFlow implementation of Multi-digit Number Recognition from Street View Imagery using...
potterhsu/SVHNClassifier-PyTorch
A PyTorch implementation of Multi-digit Number Recognition from Street View Imagery using Deep...
kensanata/numbers
Handwritten digits, a bit like the MNIST dataset.
kdexd/digit-classifier
A single handwritten digit classifier, using the MNIST dataset. Pure Numpy.