Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 562 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 562 Bytes

MNIST-dataset-extractor

Extract MNIST handwritten digits dataset binary file into bmp images

More info at http://yann.lecun.com/exdb/mnist/

Dependencies

  • numpy
  • opencv

To install them in conda environment

conda env update --file requirements.yml

usage

python3 main.py filename output_folder

arguments:
  filename       File name to extract
  output_folder  Folder to extract files in

Download

Already extracted images can be downloaded at releases