FaceRecognizer - prediction value [closed]
hi
just newbie question, I've built facerec_video sample from contrib package to try recognition from camera, drop a couple photos of Arnold Schwarzenegger into txt database as described, with different labels , just to fit Fisher algorithm which requires at least two different labels, right?
and I always get prediction value = 1, as I understand this means that person from first photo recognized , what I'm doing wrong?
opencv and contrib built by mingw 7, for win10
P.S. and- yes, I'm not Arnold )))
you seem to expect magic (w/o any own effort understanding it) ;(
to scare you: please take a look here
you are right , I was wrong. minimal reading the doc gives the understanding . as I got from doc - it always return some index from the database of photos, just need to estimate a correctness with confidence value
@amigo421. I used FisherFaceRecognize using picamera and USB webcam for Raspberry pi 3/4.