RIFE scale=0.5 not improving performance #103
Answered
by
WolframRhodium
Chrysanthemum536
asked this question in
Q&A
-
is it just me or does setting scale=0.5 not help or even slightly decreases performance compared to scale=1? If I downscale the video myself before frame generation the performance does increase considerably, although I suppose that's not the same thing. I am running rife 4.4 using tensort. |
Beta Was this translation helpful? Give feedback.
Answered by
WolframRhodium
Aug 10, 2024
Replies: 1 comment 5 replies
-
Do you have benchmark data? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A 3090 may not capable to do that. My benchmark with vsmlrt v15.2 on a 3090 using a 2880x1472 input:
_implementation=1, scale=0.5
_implementation=1, scale=1
_implementation=2, scale=1
(
_implementation=2
only supportsscale=1
, and will use_implementation=1
as a fallback for other scale values.)According to the data, scaling barely improves performance, but the v2 implementation is much faster here. This benchmark is done in native VapourSynth on a server xeon processor (Xeon Gold 6226R). The mpv playback also come with overheads.