mayu-ot / rethinking-evs

Scripts of our CVPR'19 paper "Rethinking the Evaluation of Video Summaries"
https://arxiv.org/abs/1903.11328
MIT License
67 stars 8 forks source link

How do i download shot_summe.mat and shot_tvsum.mat? #4

Open linjingxu opened 4 years ago

linjingxu commented 4 years ago

I appreciate your work! But i have a question. How do i download shot_summe.mat and shot_tvsum.mat?

sylvainma commented 4 years ago

@linjingxu did you find the link?

linjingxu commented 4 years ago

@sylvainma Not yet. Are you also interested in the video summarization?

sylvainma commented 4 years ago

Yes, with my team we are working on a general video summarization repository here implementing most of models and using evaluation recommendations from this paper.

We can share knowledge if you want to.

linjingxu commented 4 years ago

@sylvainma Well, I think we can share with each other. My email is linjingxu2019@email.szu.edu.cn

mayu-ot commented 4 years ago

I'm sorry for not checking this repo for a long time. I borrowed shot segmentation files by dppLSTM, but the original files look removed. I'm not sure if I'm allowed to distribute their files. I'll try to find a way to solve this issue.

(FYI) We may try KTS implementations by MED summaries or this repo. on GoogLeNet features to reproduce this.

MHGCC commented 3 years ago

Hello. Is this problem solved? Or may I ask who can provide the new data download address ? Or I want to know what are the elements of shot_tvsum.mat/shot_summe.mat.

mayu-ot commented 3 years ago

Hello,

This repository provides data including temporal segmentation that looks to be generated using KTS on GoogLeNet features. You can also use the data here. https://github.com/e-apostolidis/PoR-Summarization-Measure/tree/master/data "Performance over Random: A Robust Evaluation Protocol for Video Summarization Methods" (MM '20)

By the way, this paper discusses the impact of data splits on the video summary evaluation. If you are trying to evaluate your own methods with TVSum or SumMe, this paper is also good to check.

MHGCC commented 3 years ago

thank you for your reply.