文件名称:decode_mnist
- 所属分类:
- 图形/文字识别
- 资源属性:
- 上传时间:
- 2017-12-17
- 文件大小:
- 21.32mb
- 下载次数:
- 0次
- 提 供 者:
- weirm*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
非常简短的mnist文件解析程序,两个函数分别解析image和label两种文件,返回为numpy的array类型,供opencv进一步处理及显示(A very short MNIST file parser. The two functions parse two files of image and label respectively, and return to the array type of numpy for OpenCV to further process and display.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
decode_mnist | ||
decode_mnist\decode_mnist_set.py | 2831 | 2017-12-17 |
decode_mnist\readme.txt | 33 | 2017-12-17 |
decode_mnist\t10k-images-idx3-ubyte | 7840016 | 2017-12-16 |
decode_mnist\t10k-images-idx3-ubyte.gz | 1648877 | 2017-12-16 |
decode_mnist\t10k-labels-idx1-ubyte | 10008 | 2017-12-16 |
decode_mnist\t10k-labels-idx1-ubyte.gz | 4542 | 2017-12-16 |
decode_mnist\train-images-idx3-ubyte | 47040016 | 2017-12-16 |
decode_mnist\train-images-idx3-ubyte.gz | 9912422 | 2017-12-16 |
decode_mnist\train-labels-idx1-ubyte | 60008 | 2017-12-16 |
decode_mnist\train-labels-idx1-ubyte.gz | 28881 | 2017-12-16 |