how to read Mat v7.3 files in python ?
问题 I am trying to read the mat file given in the following website, ufldl.stanford.edu/housenumbers, in the file train.tar.gz, there is a mat file named digitStruct.mat. when i used scipy.io to read the mat file, it alerts me with the message ' please use hdf reader for matlab v7.3 files '. the original matlab file is provided as below load digitStruct.mat for i = 1:length(digitStruct) im = imread([digitStruct(i).name]); for j = 1:length(digitStruct(i).bbox) [height, width] = size(im); aa = max