最終更新:2020-04-24 (金) 13:38:30 (1464d)  

dlib.get_frontal_face_detector
Top / dlib.get_frontal_face_detector

Returns the default face detector

http://dlib.net/python/index.html#dlib.get_frontal_face_detector

メモ

  • The 1 in the second argument indicates that we should upsample the image 1 time.
  • This will make everything bigger and allow us to detect more faces.