import scipy.io as scio dataFile='data/WILLOW-ObjectClass/Car/Cars_000a.mat' data=scio.loadmat(dataFile) print(data)