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

Trained model files for dlib example programs.

Results 23 dlib-models issues
Sort by recently updated
recently updated
newest added

How to train my own dlib_face_recognition_resnet_model_v1.dat. Please help and if possible share the python api for the same.

Somehow I found Training and Testing Images of 98 face landmarks. Yet I am using 68 face landmarks in my current project but after some testing I found that this...

I am trying to train the gender model (apart from the pretrained model) myself. According to the network definitions on the gender example, I have prepared a training program like...

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...

Hello, @davisking ! How to load the `dnn_gender_classifier_v1.dat` in Python ? I can't find alternative for C++ `deserialize` in Python.

Hi all, Would it be possible to share the dataset used for _dlib_face_recognition_resnet_model_v1.dat_ . I understand that some images came from VGG and others from FaceScrub, but then others were...

Hi, maybe this does not go here but is it possible to have something similar to 68 face landmarks but with full body or upper body? I am developing on...

Trained HOG detector with custom hand datasets and configurations are mentioned below. ``` epsilon: 0.05 detection window size: 80 100 c: 800 ``` **I inference trained HOG detector for live...

Hi! I've looked through Python example shape predictor and noticed that it uses separate face detector to get bounding box around face. But what if I want to train a...

Is there any way to convert .dat file to .pb format or a .pb file to .dat format? Can you guide me please