-
Notifications
You must be signed in to change notification settings - Fork 41
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
Confidence level? #33
Comments
Hi, our model can output the confidence map. Please refer to the Figure. 2 for a check. |
@taohan10200 I see From the readme.md: "The sub images are the input image, GT, prediction map,localization result, and pixel-level threshold, respectively: " If i want to extract the array of the confidence levels, is it line 144 in test.py? |
|
Hey @taohan10200 im back again. I noticed that sometimes only 1 point is generated for a few nearby squares. I notice this variable "mask"
what does the mask actually do? |
|
If i want to allow for more count, i am ok with miscount. What is a good adjustment i can use? Should i like multiply the threshold by a small number? like threshold * 0.5 ? Sometimes my image is at night, so the pred_map actually has some valid values, but too small and end up being not counted. |
You can lower the threshold when transform the pred_map to a binary map. |
I tried on a few images, and these are the values i got from the pred_map
what's a good value to adjust the pred_threshold by? I have tried adding median, multiply by 0.5, by 0.01. None of them feel very sensible. |
Hi! Thanks for the wonderful repo for head detecting and counting people.
I'm wondering other than position of the head location detected, is it possible to also get any confidence level or probability map?
The text was updated successfully, but these errors were encountered: