boheumd / A2Summ

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

package #12

Closed shuffleplay closed 10 months ago

shuffleplay commented 11 months ago

When I ran the code, the Terminal got the error "ModuleNotFoundError: No module named 'ortools.algorithms.pywrapknapsack_solver'". And I have installed "ortools", could you please help me? And how can I get the F-socre of each video in SumMe/TVSum? Thanks.

eMoLii commented 10 months ago

I meet the same issue,are u solved the issue right now?

shuffleplay commented 10 months ago

I meet the same issue,are u solved the issue right now?

I'm sorry that I can't really remember how I solve it. Maybe you could downgrade the version of ortools, I think the package the we need has been deleted in the latest version.

eMoLii commented 10 months ago

Thx for your reply!I've solved the issue right now.Just as what you say, downgrade the version of ortools did help.