wyf0912 / LLFlow

[AAAI 2022] The code release of paper "AAAI Low-Light Image Enhancement with Normalizing Flow"
Other
295 stars 36 forks source link

finetune the overall brightness #8

Closed CongHuang96 closed 2 years ago

CongHuang96 commented 2 years ago

Hi,in code/test.py line 148, you use the mean_gt to fine-tune the overall brightness.

Is it fair to compare with other methods? MIRNet does not fine-tune the brightness.

wyf0912 commented 2 years ago

We follow the test paradigm of Kind and Kind++ which use mean_gt to fine-tune the overall brightness.

For other competitors which may be greatly affected by the overall brightness, e.g., Zero-DCE, we also fine-tune their overall brightness and report their better results for fair comparison.