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

Question #25

Closed
dillfrescott opened this issue Feb 1, 2023 · 2 comments
Closed

Question #25

dillfrescott opened this issue Feb 1, 2023 · 2 comments

Comments

@dillfrescott
Copy link

How does this method compare to ST-MFNet? Does it yield better results would you say?

https://github.com/danielism97/ST-MFNet

@ltkong218
Copy link
Owner

The main differences between IFRNet and ST-MFNet are:

  1. IFRNet takes two frames as input, while ST-MFNet takes four frames as input.
  2. IFRNet uses only Vimeo90K triplet dataset for training, while ST-MFNet uses Vimeo90K septuplet and BVI-DVC datasets for training.
  3. IFRNet is much more efficient and faster than ST-MFNet.

In conclusion, the frame interpolation accuracy of ST-MFNet may be a little higher than IFRNet since it uses additional input frames. However, the accuracy improvement is little when using the same training datasets. Considering the speed and computation, IFRNet achieves better comprehensive VFI performance.

@dillfrescott
Copy link
Author

Thank you so much for the info! I appreciate 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

2 participants