Models used by the face_recognition package. Version 0.3.0 provides pre-trained models for face detection, facial landmarks, and face recognition (dlib models). The package is a dependency of face_recognition, not typically installed standalone. Release cadence is low.
pip install face-recognition-modelsVerified import paths — ran on the pinned version, not inferred.
Locate the directory containing pre-trained models.
Use face_recognition package for typical usage.
Use models_path() to get the directory, then construct the full path to the specific model file.
No dependency data recorded yet.