mahmoudnafifi / WB_sRGB

White balance camera-rendered sRGB images (CVPR 2019) [Matlab & Python]
Other
344 stars 62 forks source link

About models #16

Closed YangGangZhiQi closed 1 year ago

YangGangZhiQi commented 1 year ago

Hi, thanks for this great works. I am curious about how to get the models you provided in this project. Do you have any suggestions about this question? WB_sRGB

mahmoudnafifi commented 1 year ago

Please check the paper for more details about how to get those data.

YangGangZhiQi commented 1 year ago

Thanks for your response. After reading the paper, I am not sure about the exact meaning of Q1、Q2 and Q3 in Table1. Dose Q1 means that the average value of the least 1/4 mse(or mae\deltaE), and Q2 the average value of the least 2/4 mse(or mae\deltaE), and Q3 the average value of the least 3/4 mse(or mae\deltaE) ? I would appreciate it if anyone could help me.

mahmoudnafifi commented 1 year ago

If my memory serves me right, I don’t think I averaged the value of each quarter, just reported the quantile values: for example Q1 is the value where 25% percent of the data have values less than this number.

YangGangZhiQi commented 1 year ago

OK. Thanks for your patient response.