miblanchard / STL10

Python utilities for reading the STL-10 dataset: http://cs.stanford.edu/~acoates/stl10/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STL-10 Utils

http://cs.stanford.edu/~acoates/stl10/

After battling for some time with reading the STL-10 dataset from the raw binary files in python 2.7, I've managed to load them quite easily and I'm sharing the solution here in hopes of saving time for other people.

The usage is relatively straightforward, the file stl10_input.py contains all the necessary methods for downloading and reading data along with a test main funct for displaying an image.

About

Python utilities for reading the STL-10 dataset: http://cs.stanford.edu/~acoates/stl10/


Languages

Language:Python 100.0%