avourakis / Dataset-to-CIFAR-10

Python tool for turning an 🖼️ Image Dataset into the CIFAR-10 format
3 stars 3 forks source link
cifar-10 image-dataset machine-learning

Dataset to CIFAR

This package was created to process datasets of images (mainly for Machine Learning purposes) into the CIFAR-10 binary version format. With this package you can:

Please refer to the official website for CIFAR-10 for more information on how the data is formatted.

Dependencies

pip install --upgrade Pillow

How to use?

Images beloging to an specific class (i.e. Trees) need to get stored into separate directories where the name of the directory is the class label.

TODO: