MSVA icon indicating copy to clipboard operation
MSVA copied to clipboard

Deep learning model for supervised video summarization called Multi Source Visual Attention (MSVA)

Results 14 MSVA issues
Sort by recently updated
recently updated
newest added

Hello, While reproducing the results, I'm unable to get the scores (Spearman and Kendall Tau) that you guys reported in the paper. It's deviating a lot from the reported score....

#### ThankYou MSVA guys, for making the code public and most importantly, the ***splits*** public. --- After trying to reproduce your code, I encountered two errors (`Line 314`) ```python3 train_val_loss_score.append([loss,np.mean(avg_loss[:,...

Hello, Thank you for making the code open-source. :) I am trying to reproduce your results, and while looking into the code, it seems there are two types of split...

Hi, I tried to replicate the render part of your project, specifically the motion feature extraction. I couldn't do it because the code version "https://github.com/deepmind/kinetics-i3d/tree/master/data/checkpoints/rgb_imagenet" is out of date. Thanks...

I can't reproduce the results, I run the code, and the coefficient of Spearman’s and Kendall’s in Tvsum are 0.5849 and 0.6403 respectively,which are more higher than the results.

Hello. I tried to train the model, (I didn't change anything.) And I got 60.45 F-score.(intermediate_tvsum_non_overlapping_split_avg) But the paper states that the F-score is 61.5. Why did the score come...

Hi, I am trying to extract the object features using your code in https://github.com/VideoAnalysis/EDUVSUM/tree/master/src. According to your paper, you are using the googleNet trained with imagenet. I assume that you...