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

Which time ratios are supported? #76

Open
bonlime opened this issue Jul 8, 2024 · 1 comment
Open

Which time ratios are supported? #76

bonlime opened this issue Jul 8, 2024 · 1 comment

Comments

@bonlime
Copy link

bonlime commented Jul 8, 2024

Hey, I see that in inference image by default you use powers of 2 for interpolation, but also support passing arbitrary "ratio". I'm trying to understand how RIFE is being trained and what are the actual possible inference timestamps.

Do you use random [0, 1] during training or only use powers of 2 as possible options? If powers of 2, what is the largest i can use? The reason i ask is because generally models don't work well for values outside of their training domain, so i'm being very cautious here

@hzwer
Copy link
Owner

hzwer commented Jul 10, 2024

During training, I will randomly select three frames from index 1-9. For example, if I select 1 5 8, then time=0.571.

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