baowenbo / DAIN

Depth-Aware Video Frame Interpolation (CVPR 2019)
https://sites.google.com/view/wenbobao/dain
MIT License
8.19k stars 840 forks source link

Confused about evaluate in training phase #128

Closed John-Yao closed 3 years ago

John-Yao commented 3 years ago

Hi,

I noticed that there are not 'model.eval()' before evaluation in training phase.

Does it matter?

And I fix it but i got low psnr(~5.xx) and poor visual results using my dataset. Could you provide some suggestions?

Thanks!