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

Normalization to [-1, 1] for DeepLab #23

Open
netw0rkf10w opened this issue May 24, 2020 · 0 comments
Open

Normalization to [-1, 1] for DeepLab #23

netw0rkf10w opened this issue May 24, 2020 · 0 comments

Comments

@netw0rkf10w
Copy link

Hi @nyoki-mtl,

I would like to ask a quick question please.

I see in the code that, for DeepLab, you normalize the input image to the range [-1, 1] like this:

image = (image/255)*2 - 1

Could you please tell me how you came up with this? I did some experiments and this normalization indeed yields the best performance. I checked the official TensorFlow implementation but I couldn't find where they used this normalization.

Thank you in advance for your response!

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