Skip to content

Instantly share code, notes, and snippets.

@pliablepixels
Created January 21, 2017 22:15
Show Gist options
  • Save pliablepixels/90e687010ee4ee0ed1311174a6ef9192 to your computer and use it in GitHub Desktop.
Save pliablepixels/90e687010ee4ee0ed1311174a6ef9192 to your computer and use it in GitHub Desktop.
Options faceOptions;
//faceOptions.set( "method", "hog" );
//faceOptions.set( "dataFile", "shape_predictor_68_face_landmarks.dat" );
faceOptions.set( "method", "cnn" );
faceOptions.set( "dataFile", "mmod_human_face_detector.dat" );
faceOptions.set( "markup", FaceDetector::OZ_FACE_MARKUP_ALL );
FaceDetector detector( "detector", faceOptions );
detector.registerProvider( r );
app.addThread( &detector );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment