tarun005 / FLAVR

Code for FLAVR: A fast and efficient frame interpolation technique.
Apache License 2.0
430 stars 69 forks source link

Testing result on vimeo90k_septuplet #25

Closed silence-moon closed 3 years ago

silence-moon commented 3 years ago

Hello, my friend! I tested the model with pretrained model 'FLAVR_4x.pth' (yours) and dataset 'vimeo90k_septuplet', and the result of psnr I had got was 28.376122. I don't konw why it occurs.

tarun005 commented 3 years ago

You cannot do 4x interpolation with septuplets. You need at least 13 consecutive frames, refer section 3 of our paper for the sampling procedure we used.

silence-moon commented 3 years ago

Thanks for your answer. When I use the model of 2x, the value of PSNR reaches 36.30.

Astrostellar commented 2 months ago

Hi, could you please share the pretrained model? The current links seem to be unavailable. Thanks a lot!