hzwer / Practical-RIFE

We are developing more practical frame interpolation approach.
MIT License
542 stars 60 forks source link

Do you have charted out performance of different models #55

Open dnotario opened 6 months ago

dnotario commented 6 months ago

Same way you have the quality?

hzwer commented 6 months ago

No, I only have this. image

NevermindNilas commented 5 months ago

https://github.com/styler00dollar/VSGAN-tensorrt-docker#:~:text=Rife4%2Bvs%20(ensemble%20False)

There are a couple of performance benchmarks here that go up to 4.12-lite but these use vapoursynth so they are a tiny bit faster than the 'pure' python implementations.

But for whatever it's worth, with a similar implementation as the one in this repo I get about 77/78 FPS with Rife 4.15/4.14/4.14-lite for 1080p inputs and 2x interpolation and a RTX 3090.

banjaminicc commented 5 months ago

Makes> https://github.com/styler00dollar/VSGAN-tensorrt-docker#:~:text=Rife4%2Bvs%20(ensemble%20False)

There are a couple of performance benchmarks here that go up to 4.12-lite but these use vapoursynth so they are a tiny bit faster than the 'pure' python implementations.

But for whatever it's worth, with a similar implementation as the one in this repo I get about 77/78 FPS with Rife 4.15/4.14/4.14-lite for 1080p inputs and 2x interpolation and a RTX 3090.

It's not vapoursynth that makes the implementation faster. It's tensorrt

NevermindNilas commented 5 months ago

Sure.