A2Summ icon indicating copy to clipboard operation
A2Summ copied to clipboard

#evaluation metrics of Summe and TVSum datasets τ and ρ

Open Pwoer-zy opened this issue 2 years ago • 5 comments

hello, how does the evaluation metrics of Summe and TVSum datasets τ and ρ calculate? I only see the calculation method of fscore in the code. Looking forward to getting your reply, thank you very much!

Pwoer-zy avatar Jul 06 '23 05:07 Pwoer-zy

Hello. You can refer to the following code to calculate rho and tau results. https://github.com/e-apostolidis/CA-SUM/blob/main/evaluation/choose_best_model.py#L67 https://gitlab.uni-hannover.de/hussainkanafani/unsupervised-video-summarization/-/blob/master/src/evaluation/BaseEvaluator.py#L7 https://github.com/TIBHannover/MSVA/blob/master/train.py#L430

boheumd avatar Jul 08 '23 04:07 boheumd

Hello, thank you for your reply

Pwoer-zy avatar Jul 12 '23 12:07 Pwoer-zy

Hi, thanks for this good work and such clean code.

I don't think the computation of rho and tau is consistent throughout all the links you mentioned. Can you provide your source code for this? That would be very much helpful.

Thanks in advance.

rodosingh avatar Oct 04 '23 19:10 rodosingh

Hello. You can refer to the following code to calculate rho and tau results. https://github.com/e-apostolidis/CA-SUM/blob/main/evaluation/choose_best_model.py#L67 https://gitlab.uni-hannover.de/hussainkanafani/unsupervised-video-summarization/-/blob/master/src/evaluation/BaseEvaluator.py#L7 https://github.com/TIBHannover/MSVA/blob/master/train.py#L430

I tried according to what you said, but the result was not good. Can you provide your source code for your code? That would be very much helpful.

Thanks in advance.

Pwoer-zy avatar Jan 16 '24 13:01 Pwoer-zy

Hello,

My question here would be. Are you using original user scores for both SumMe and TVSum? or are you averaging user summaries and taking that as user scores? Do you do it differently for SumMe and TVSum? I have not seen yet user annotations for SumMe dataset.

Thank you!

joserochh avatar Feb 22 '24 18:02 joserochh