Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is the RMSE (MAE) calculation multiplied by 3? #36

Open
VHaardt opened this issue Sep 8, 2024 · 0 comments
Open

Why is the RMSE (MAE) calculation multiplied by 3? #36

VHaardt opened this issue Sep 8, 2024 · 0 comments

Comments

@VHaardt
Copy link

VHaardt commented Sep 8, 2024

In test.py, at line 147, the RMSE (MAE) calculation includes a multiplication by 3:

rmse_temp = np.abs(cv2.cvtColor(rgb_restored, cv2.COLOR_RGB2LAB) - cv2.cvtColor(rgb_gt, cv2.COLOR_RGB2LAB)).mean() * 3

Could you explain the reasoning behind this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant