pytorch-vsumm-reinforce
pytorch-vsumm-reinforce copied to clipboard
Processed features and original videos
How can I know the correspondence between the data in the H5 file and the original videos? Looking forward to your reply!
import h5py
datasets_ = h5py.File('datasets/eccv16_dataset_summe_google_pool5.h5')
print(datasets_['video_1']['video_name'][...])