Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 740 Bytes

index.rst

File metadata and controls

33 lines (24 loc) · 740 Bytes

menpodetect.dlib

This module contains a wrapper of the detector provided by the Dlib12 project. In particular, it provides access to a frontal face detector that implements the work from3. The Dlib detector is also trainable.

Detection

DlibDetector load_dlib_frontal_face_detector

Training

train_dlib_detector

References


  1. http://dlib.net/

  2. King, Davis E. "Dlib-ml: A machine learning toolkit." The Journal of Machine Learning Research 10 (2009): 1755-1758.

  3. King, Davis E. "Max-Margin Object Detection." arXiv preprint arXiv:1502.00046 (2015).