【已解決】Python讀取mat文件

本文記錄了博主用Python讀取mat文件的方法。更新於2019.03.28。html 命令:web import h5py data = h5py.File('/name/of/mat/file.mat') 查看內容:數據庫 x = list(data.keys()) 好比博主用的是NYUv2數據庫,效果以下:app 注1: 有的文章會建議用scipy.io中的sio模塊讀取mat文件,可是博
相關文章
相關標籤/搜索