H5PY格式 读取方法: file_name = root_path+".mat" mat = h5py.File(file_name) img_h5 = mat["image"] img_np = np.array(img_h5) img_np = img_np.transpose(0,