KaiyangZhou / vsumm-reinforce

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

How to create the h5 file for my own videos? #26

Open das-mithun opened 4 years ago

das-mithun commented 4 years ago

Can anyone guide me on the steps, how can I use my own videos for training and testing? I have a folder containing all the videos. How to convert them in h5 format? using the link, I am able to generate feature for one video, how to do that for all the videos and save it in h5 file?

anaghazachariah commented 4 years ago

use a loop to repeat the same procedure for every videos in the folder..for better understanding you can refer https://github.com/TorRient/Video-Summarization-Pytorch

Chen414 commented 3 years ago

Hello , i meet a promble , it said that ModuleNotFoundError: No module named 'networks' Can you help me to solve this promble? thank ~

ChangPtR commented 3 years ago

use a loop to repeat the same procedure for every videos in the folder..for better understanding you can refer https://github.com/TorRient/Video-Summarization-Pytorch

Hello, could you get the same change points as the dataset from the author? I still cannot get them.