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

Questions about #36

Open
fjq-tongji opened this issue Sep 18, 2024 · 1 comment
Open

Questions about #36

fjq-tongji opened this issue Sep 18, 2024 · 1 comment

Comments

@fjq-tongji
Copy link

fjq-tongji commented Sep 18, 2024

Hello authors! When the parameter 'n_round' is set to 6, why the total frames are 135?According to my shallow understanding, each additional round extends the prediction by 2.3 seconds, so when the n_round is 6, the total time is 2.3*(6-1)+2.5=14 seconds. However, the results show that it is 13.5 seconds, I am confused.

@YTEP-ZHI
Copy link
Collaborator

YTEP-ZHI commented Sep 20, 2024

Hi @fjq-tongji, good question! This is because the last 3 frames of each predicted clip will be the starting frames of the next clip, in an autoregressive manner. So the total number of frames = 6 (rounds) * 25 (n_frames per round) - (6 - 1) * 3 (number of connective frames) = 150 - 15 = 135.

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