sylvainma / Summarizer

A Video Summarization framework for implementation and benchmark of Deep Learning models
34 stars 2 forks source link

hdf5 dataset generation #19

Open msaintja opened 4 years ago

msaintja commented 4 years ago

Allows the creation of an .h5 file from videos and .npy annotations (e.g. for the Twitch-LOL dataset).

May be extended later to generalize to other datasets (that don't have binary labels) or other formats than .npy for importing labels.

Possible improvements (could be added after merge):

msaintja commented 4 years ago

The SumMe and TVSum datasets have a 2-second uniform segmentation version (that's been used for Twitch-LOL) uploaded to a dedicated folder.

This could be useful for an ablation study for example.