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 utils/imutils.py line:41 #29

Open
lucas946 opened this issue Sep 23, 2019 · 1 comment
Open

About the utils/imutils.py line:41 #29

lucas946 opened this issue Sep 23, 2019 · 1 comment

Comments

@lucas946
Copy link

I think the following code is confusing or not correct,
heatmap /= am / 255
because batchnorm is the last layer of the predict net, the single element of heatmap should within the range of 0-1. I think the code should be correct as followed,
heatmap /= am.
But I'm not totally sure I am right, can you explain it?

@GengDavid
Copy link
Owner

Hope this would help you to understand.

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

2 participants