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

Interpolation error #27

Closed saikatdutta closed 4 years ago

saikatdutta commented 4 years ago

https://github.com/baowenbo/DAIN/blob/4dbb134b61af751a1871ab7320be23d191ea4664/demo_MiddleBury.py#L169

Shouldn't the Interpolation error be RMSE instead of L1 distance?

laomao0 commented 4 years ago

L1 or L2 distance are two similar metrics for calculating IE. The author computes the middlebury-other dataset with gt to reflect the performance using L1. The Middlebury website may use RMSE to compute IE, please refer to the Middlebury website for more information.