mulns / PerVFI

Official code base of "Perception-Oriented Video Frame Interpolation via Asymmetric Blending" (CVPR 2024), also denoted as ''PerVFI''.
https://openaccess.thecvf.com/content/CVPR2024/papers/Wu_Perception-Oriented_Video_Frame_Interpolation_via_Asymmetric_Blending_CVPR_2024_paper.pdf
Apache License 2.0
46 stars 3 forks source link

在Vimeo90K上的测试结果问题 #4

Closed Wucy0519 closed 1 month ago

Wucy0519 commented 3 months ago

您好,我们将您的算法PerVFI在Vimeo90k的测试集上进行了重新测试,与论文中的PSNR和LPIPS均有不同,我们猜测是我们测试lpips的所用的模型不同,PSNR测量数值有0.05db的差异

mulns commented 2 months ago

请参考VFIBenchmark,我们提供了用于测试的script。

Wucy0519 commented 1 month ago

好的,谢谢您