Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bunji2/extract_mnist_png

This tool extracts mnist-dataset to png.
https://github.com/bunji2/extract_mnist_png

golang mnist-dataset png

Last synced: about 14 hours ago
JSON representation

This tool extracts mnist-dataset to png.

Awesome Lists containing this project

README

        

# extract_mnist_png
This tool extracts mnist-dataset to png.

# Author

Bunji Square 2018

# Usage:

```
extract_mnist_png [ cols rows ]
```

# Example:

```
extract_mnist_png
```

to pack 40x20 images.

![40x20](sample/40x20.png)

```
extract_mnist_png 80 80
```

to pack 80x80 images.

![80x80](sample/80x80.png)

```
extract_mnist_png 1 1
```

to save each images.

![1x1](sample/1x1.png)

# Document:

https://godoc.org/github.com/bunji2/extract_mnist_png/mnist