pytorch-vsumm-reinforce icon indicating copy to clipboard operation
pytorch-vsumm-reinforce copied to clipboard

Processed features and original videos

Open ymliu529 opened this issue 3 years ago • 1 comments

How can I know the correspondence between the data in the H5 file and the original videos? Looking forward to your reply!

ymliu529 avatar Feb 11 '22 06:02 ymliu529

import h5py
datasets_ = h5py.File('datasets/eccv16_dataset_summe_google_pool5.h5')
print(datasets_['video_1']['video_name'][...])

HERIUN avatar Dec 26 '22 08:12 HERIUN