Face detection

Face detection algorithms comparison / Face detection tips, suggestions, and best practices

caption

caption

Mediapipe

dlib

  • HOG + Linear SVM: dlib.get_frontal_face_detector() - use less cpu but less reliable
  • MMOD CNN: dlib.cnn_face_detection_model_v1(modelPath) - would take advangate of gpu, more reliable

Profile Face

caption

Body detection

Written on August 19, 2020, Last update on March 9, 2023
computer-vision face opencv