Closed pvictorlv closed 4 years ago
To increase accuracy
What's the better way to do it?
And you need not to re-create FaceRecognition object. You can share it on 1-thread. If you want to use multithread, you must create N FaceRecognition object for N threads.
I've tried with 100x100 grayscale face cut out image and with normal images in 520x360 with same results, and it's bad. it can't identify the same person... btw, how the distance is calculated? it's from 0 to 100?
@takuya-takeuchi How can i contact you?
100x100 grayscale
You mean that you compare with encoding from grayscale and encoding from rgb image, right? It could be no matter but I'm not sure.
btw, how the distance is calculated? it's from 0 to 100?
dittance is from 0 to 1.0.
How can i contact you?
No. I am very very busy and I can not contribute to my projects.
Btw, there's any way to improve the recognition speed?
use gpu or intel MKL
Hey, i need to compare two faces (without storing them, both in base64) and display the similarity level of them. What's the better way to do it? And how i can increase the precision level? Here is my code now:
Thanks!