davisking / dlib-models

Trained model files for dlib example programs.
Creative Commons Zero v1.0 Universal
1.48k stars 375 forks source link

Size of Image used in dlib_face_recognition_resnet_model_v1 #23

Open shitijkarsolia opened 5 years ago

shitijkarsolia commented 5 years ago

What is the input size of image(resolution) that the model dlib_face_recognition_resnet_model_v1.dat.bz2 takes as input?

Also, you mentioned that network was trained from scratch on a dataset which was derived from a number of different datasets. While processing the data to be used for training, what was the resolution that the face images from the different datasets were cropped to and what face detector was used to crop faces from the background?

davisking commented 5 years ago

All this stuff is shown and demonstrated in the example programs. Read http://dlib.net/dnn_face_recognition_ex.cpp.html starting with the comments at the top.