ITCoders / Human-detection-and-Tracking

Human-detection-and-Tracking
Apache License 2.0
850 stars 307 forks source link

Confidence values in both C++ and python version of the code are significantly different #21

Closed prsntmaurya closed 7 years ago

prsntmaurya commented 7 years ago

Both are using same "model.yaml" file and LBPHFaceRecognizer algorithm.

arpit1997 commented 7 years ago

@prsntmaurya Can you provide the example for both of confidence values?

prsntmaurya commented 7 years ago

Yes, confidence values for video 5.mp4 is as follows: a) for C++ version it lies roughly in range 60-70. b) for Python version it is in the range 100-190.