ageitgey / face_recognition_models

Trained models for the face_recognition python library
Creative Commons Zero v1.0 Universal
359 stars 180 forks source link

Network #4

Closed Divyam53 closed 6 years ago

Divyam53 commented 6 years ago

What is the neural network of face detection model? Can you please tell me the architecture of the face detection model?

ageitgey commented 6 years ago

You can see the network definition here: https://github.com/davisking/dlib/blob/6980697a422b9753f83434bfde2f31be3748d32c/tools/python/src/face_recognition.cpp#L98-L124