nyanp / mnisten

convert image files to mnist idx format
61 stars 30 forks source link

Question on Dimensions of Images #2

Open mtmarsh2 opened 9 years ago

mtmarsh2 commented 9 years ago

I know that usually Mnist images are loaded in as grayscale, so only one dimesion. Can this library be used for making files from 3 dimensional color images too? Thanks!

nyanp commented 9 years ago

@mtmarsh2 Yes, but images are always converted to the single dimensional grayscale.