Closed MikayelSmbatian closed 4 years ago
I guess the model is trained through metric learning in pair(2) of inputs and not on triplets(3).
Anyway, is there any script for training ?
Read the docs here http://dlib.net/dnn_face_recognition_ex.cpp.html
On Mon, Jun 22, 2020 at 2:32 AM Mikayel notifications@github.com wrote:
Anyway, is there any script for training ?
— 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/issues/2101#issuecomment-647314690, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPYFR2FAAFXFRV7F5C73V3RX33I7ANCNFSM4N2V4L2A .
Warning: this issue has been inactive for 35 days and will be automatically closed on 2020-08-07 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
Warning: this issue has been inactive for 42 days and will be automatically closed on 2020-08-07 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
Notice: this issue has been closed because it has been inactive for 45 days. You may reopen this issue if it has been closed in error.
Greetings. I want to thank you for your great work.
I have question about face features extraction model dlib_face_recognition_resnet_model_v1. Is it possible to train that model using my own triplets?