KaiyangZhou / vsumm-reinforce

AAAI 2018 - Unsupervised video summarization with deep reinforcement learning (Theano)
MIT License
137 stars 36 forks source link

Video Testing #5

Closed ab-bh closed 6 years ago

ab-bh commented 6 years ago

How can we test the model on actual videos to see how the summarized output is ? Apart from the h5 model files given in the readme file.

KaiyangZhou commented 6 years ago

To get the summary, please refer to here. You need to preprocess the videos that you want to summarize, i.e. extract features and save them in h5 file. Hope this would help.