I would like to read using python the following dataset: http://ufldl.stanford.edu/housenumbers/train_32x32.mat
I had loaded this mat file using io.loadmat('train_32x32.mat') but when I am trying to show an images from the above numpy array, I do not get the image with good resolution and coloring.
Any idea how to read and to plot images from this dataset?
digitStruct.mat
, non-readable byscipy.io
,h5py
ortables
, I used github.com/prijip/Py-Gsvhn-DigitStruct-Reader and it worked. – Refrigeration