0

Some face detection system. Here are some of things I have known: opencv, dlib, stasm. So, is there any other open source face detection system?

jeck yung
  • 128
  • 1
  • 10

3 Answers3

1

OpenCV is popular. But maybe you can try CCV (https://github.com/liuliu/ccv).

0

If you want to train a machine learning algorithm that detects the faces from images or videos , you can check YOLO https://github.com/pjreddie/darknet

Ahmed Ramzy
  • 839
  • 1
  • 11
  • 18
  • I have tried YOLO, it's great! I also take a look at https://github.com/dannyblueliu/YOLO-version-2-Face-detection.Thank so much~ – jeck yung Aug 10 '17 at 09:08
0

Also good ones are Seeta https://github.com/seetaface/SeetaFaceEngine Pico https://github.com/nenadmarkus/pico

Alexey Antonenko
  • 2,389
  • 1
  • 18
  • 18