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

About the image range of metrics #60

Open
zhiyuanyou opened this issue Aug 7, 2023 · 0 comments
Open

About the image range of metrics #60

zhiyuanyou opened this issue Aug 7, 2023 · 0 comments

Comments

@zhiyuanyou
Copy link

zhiyuanyou commented Aug 7, 2023

Hi~

Thanks for your nice work.

I have run your training code of auto-encoder.

I checked the code relating metrics, and I found that the metrics are calculated with the image range as [0, 1] (See: https://github.com/phizaz/diffae/blob/master/metrics.py#L121-L122).

For these metrics, the image range play a quite important role. For example, if you set the image range as [0, 255], the MSE error would be $255^2 = 65025$ times larger than image range [0, 1].

  • My question is whether the metrics in the paper are reported with the image range [0, 1] or [0, 255].

Thanks.

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