neu-vi / SportsSloMo

SportsSloMo: A New Benchmark and Baseline Models for Human-centric Video Frame Interpolation, CVPR 2024 (https://arxiv.org/abs/2308.16876)
https://neu-vi.github.io/SportsSlomo/
64 stars 3 forks source link

Target FPS 7.5 to 30 #3

Closed yjhong89 closed 12 months ago

yjhong89 commented 12 months ago

Hi! Thanks for sharing code and data.

What I want to do is to convert video of 7.5 fps to 30 fps.

playerkk commented 12 months ago

In the released data, we provide long sequences, which consist of continuous slow-motion content of a shot. So you should be able to use [0, 16] as input frames and estimate [4, 8, 12] intermediate ones.

yjhong89 commented 12 months ago

Thanks!