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 to test the example of dppLSTM and DR-DSN? #3

Open kukajenny opened 4 years ago

kukajenny commented 4 years ago

Can you provide an example to calculate Kendall ’s τ and Spearman ’s ρ correlation coefficients between different importance scores and manually annotated scores? I ran the DR-DSN code and obtained the importance score after KTS, which cannot be directly calculated with the user-annotated scores (the number of dimensions does not match). I tried many ways but I didn't get the corresponding result shows in the paper. I hope you can give an example.

sylvainma commented 4 years ago

Did you look at this notebook ?

Update: we implemented what you are looking for here