davisking / dlib

A toolkit for making real world machine learning and data analysis applications in C++
http://dlib.net
Boost Software License 1.0
13.53k stars 3.37k forks source link

Train dlib_face_recognition_resnet_model_v1 using own data. #2101

Closed MikayelSmbatian closed 4 years ago

MikayelSmbatian commented 4 years ago

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?

tapas commented 4 years ago

I guess the model is trained through metric learning in pair(2) of inputs and not on triplets(3).

MikayelSmbatian commented 4 years ago

Anyway, is there any script for training ?

davisking commented 4 years ago

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 .

dlib-issue-bot commented 4 years ago

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.

dlib-issue-bot commented 4 years ago

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.

dlib-issue-bot commented 4 years ago

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.