Closed anbuharry closed 3 years ago
import h5py filename = "eccv16_dataset_summe_google_pool5.h5" f = h5py.File(filename, "r") for key in f.keys(): print(key) #Names of the groups in HDF5 file f.close()
use this code to read the given H5 file
use this code to read the given H5 file