A2Summ icon indicating copy to clipboard operation
A2Summ copied to clipboard

The official implementation of 'Align and Attend: Multimodal Summarization with Dual Contrastive Losses' (CVPR 2023)

Results 13 A2Summ issues
Sort by recently updated
recently updated
newest added

Hi author, I would like to ask how you got the transcribed text corresponding to the videos in the SumMe and TVSum datasets? Was it created manually or did you...

Hi, I wanted to know what version of CLIP you used and how did you get the features for Roberta ? Is it through average pooling or you took the...

Dear author, if I want to test my own dataset, how can I generate h5 files and please provide sample code

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...

Dear author, when I run the program according to the running code you provided, I always report an error showing that there is no pywrapknapsack_solver in ortools.algorithms, may I ask...

running a new dataset for your model getting error "h5py objects cannot be pickled" All requirements are satisfied and are taken special care

Thx for your great work!But I am confused by the labels in the multimodel datasets(CNN and Daily Mail).How did you get the labels for the summary?I have read the aritle...

Thanks for this great work and congratulations for the paper being accepted in CVPR 2023. Can you please provide the inference code for a single video? It will be extremely...

Hello, dear author; I am interested in your project, but I have a question. How can I see output video summaries (as video) and text summaries? Thanks many :)

Hi, your work is really impressive. I wanted to ask if you could provide the code for feature extraction?