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

Misalignment between video and audio for QVhighlight #29

Closed
wjun0830 opened this issue Oct 15, 2022 · 2 comments
Closed

Misalignment between video and audio for QVhighlight #29

wjun0830 opened this issue Oct 15, 2022 · 2 comments

Comments

@wjun0830
Copy link

THank you for the great work.

However, when I use the features provided by this repo,
some video and audio features are misaligned in their context length.

Example is attached below. It is described in the order of "vid, video shape, audio shape".
B3yOejNbNks_210.0_360.0 torch.Size([71, 2816]) torch.Size([70, 2048])

Can you provide how to align these features?

Thank you.
Best regards

@yeliudev
Copy link
Member

Thanks for your interest in our work. We directly crop the features using the shorter length. For example, in your case, the last row of video features is discarded, so that both video and audio features have 70 vectors.

@wjun0830
Copy link
Author

Thanks for the clarificatio!

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

2 participants