Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will the model automatically truncate the video if the video duration is greater than 150 seconds? #54

Open
ffiioonnaa opened this issue Jul 3, 2024 · 0 comments

Comments

@ffiioonnaa
Copy link

ffiioonnaa commented Jul 3, 2024

Hi,thanks for your work!
I have two questions:

  1. I tried to input a video longer than 150s, and set query feature to be zeros([77,512]) ,then I found that the value of d_emb [150:] in this line
    d_emb = self.query_dec(q_emb, r_emb)
    is the same, how can the model be adjusted to accommodate the longer video duration? Even if I give a query, the saliency score of the post-150s section will be relatively smaller, and the high scores will basically appear in the first 150s
  2. If I want to use weights trained on the QVhighlights dataset and don't use query for testing, how do I adjust it?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant