bikz05 / object-detector

Object Detection Framework using HOG as descriptor and Linear SVM as classifier.
MIT License
430 stars 221 forks source link

why are some confidence scores greater than 1? #11

Closed mrzResearchArena closed 3 years ago

mrzResearchArena commented 7 years ago

Hi,

Code runs fine but I was confused why the confidence scores for some windows are coming to be greater than 1? I thought confidence scores are always between 0 and 1.

gongxijun commented 7 years ago

@mrzResearchArena i have fix this problem in my fork ,maybe it's will help you https://github.com/gongxijun/lantern-detection

mrzResearchArena commented 3 years ago

Thank you!