dlib-models icon indicating copy to clipboard operation
dlib-models copied to clipboard

Verification rate of face recognition model

Open HeshamAMH opened this issue 4 years ago • 1 comments

I tested your model (dlib_face_recognition_resnet_model_v1) using LFW, but result is 85%, while you told us it has accuracy 99.38%. I wonder if any recommendation to boost the accuracy. I think the problem in face preparation before feature extractor. After we determine the five points of landmarks, what is the next steps (the alignment method, centered method for the faces). thanks in advance.

HeshamAMH avatar Feb 22 '21 13:02 HeshamAMH

You aren't running something correct then. I don't know what you are doing wrong though. An entirely self contained script that runs the LFW benchmark correctly is in http://dlib.net/files/dlib_face_recognition_resnet_model_v1_lfw_test_scripts.tar.bz2

On Mon, Feb 22, 2021 at 8:04 AM HeshamAMH [email protected] wrote:

I tested your model () using LFW, but result is 85%, while you told us it has accuracy 99.38%. I wonder if any recommendation to boost the accuracy. I think the problem in face preparation before feature extractor. After we determine the five points of landmarks, what is the next steps (the alignment method, centered method for the faces). thanks in advance.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/davisking/dlib-models/issues/43, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPYFR4C2CLKZYJHU6MDG4TTAJI4HANCNFSM4YAPOMBQ .

davisking avatar Feb 27 '21 14:02 davisking