boheumd / A2Summ

The official implementation of 'Align and Attend: Multimodal Summarization with Dual Contrastive Losses' (CVPR 2023)
https://boheumd.github.io/A2Summ/
62 stars 10 forks source link

How to calculate rho and tau in SumMe and TVSum #9

Closed itruonghai closed 1 year ago

itruonghai commented 1 year ago

I saw in the paper that you reported both F1, rho and tau. However, when I tried to reproduce the results, I can not find any function that calculate rho and tau result. How could I produce the value of rho and tau?

boheumd commented 1 year ago

Hello. Thank you for your interest in our work. 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