etos-facedetector icon indicating copy to clipboard operation
etos-facedetector copied to clipboard

Simple and Effective Face Detector, based on Progressive Calibration Networks (PCN) which is an accurate rotation-invariant face detector running at real-time speed on CPU, published in CVPR 2018.

etos-facedetector

  • Real-Time Rotation-Invariant Face Detection with Progressive Calibration Networks(PCN).

Requirements

  • opencv (3.4.3 is tested)

compile and usage

g++ main.cpp -std=c++11 -o etos_facedetector `pkg-config --cflags --libs opencv`
./etos_facedetector imgs/1.jpg

Demo Results

Thanks

PCN-FaceDetection-FaceAlignment