sylvainma / Summarizer

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

How to generate the LOL dataset ? #18

Open TriLoo opened 4 years ago

TriLoo commented 4 years ago

Hi there, I wonder how can I generate the LOL dataset using my own feature extractor ?

Now I want to use the trained network to generate summary on custom videos, but I don't know the exact feature extractor (network) so the extracted feature vectors on TVSum is different from that from downloaded .h5 files. This could lead to a performance drop because of the input data distribution mismatch.

I have tried the GoogleNet pool5 from Torchvision pretrained model zoo, but look like the values are different totally.

Thanks for any advices.

running-machin commented 7 months ago

Hi did you get any results, I am trying to do the same. please help me, I have been stuck to generate videos Hi, did you get any results? I've been trying to generate videos for a few months now and could really use some help.