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

About the use of fixed value 120 in random frame rate calculation #129

Open
RoyMikeJiang opened this issue Nov 6, 2024 · 1 comment
Open

Comments

@RoyMikeJiang
Copy link

Hi,

I noticed in the kubric_movif_dataset.py that the frame rate is randomly chosen with frame_rate = np.random.randint(1, int((120 / seq_len)) + 1) when random_frame_rate is enabled. I am curious about the reasons behind choosing 120 as the fixed value in this calculation.

Thank you for your clarification!

@nikitakaraevv
Copy link
Contributor

Hi @RoyMikeJiang, thank you for the question! 120 frames is our max video length, that's why we put 120 there

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