Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.21 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.21 KB

SeetaFace2 Detection

License

Description

SeetaFace2 Detection implements a CNN based Face Detector, which detects faces accurately and effciently and achieves Real-Time performance on PC.

Performance Evaluation

The discrete ROC curve on FDDB of the SeetaFace2 Detection is shown below:

fddb_roc

Taking VGA input images(640x480) as example, SeetaFace2 Detector runs with 77FPS on i7-6700 CPU and 37FPS on HUAWEI meta8 mobile. As shown, SeetaFace2 Detection achieves promising accuracy with fast detection speed.

How to run SeetaFace2 Detection (C++)

To detect faces, one should first instantiate an object of seeta::FaceDetector2 and initialize it with path of the model file. Then one can call Detect to detect faces. See more details at the following links.

Notice

SeetaFace2 Detection only support 1 instance in single application.

Documents

Downloads

License

SeetaFace2 Detection is released under the BSD 2-Clause license.