KevinJ-Huang / BMNet

CVPR 2022 (Official implementation of "Bijective Mapping Network for Shadow Removal")
28 stars 3 forks source link

RMSE value? #4

Closed Halfpoint1 closed 1 year ago

Halfpoint1 commented 1 year ago

Could you provide the MATLAB code for evaluating RMSE? I used your nonshadow image results for evaluation, but received results that were inconsistent with the paper

zhuyr97 commented 1 year ago

Refer to https://github.com/zhuyr97/AAAI2022_Unfolding_Network_Shadow_Removal/tree/master/codes

zhuyr97 commented 1 year ago

Although RMSE is reported in the papers, MAE is actually used as the evaluation metric by previous methods, including ours.