Skip to content

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.

Notifications You must be signed in to change notification settings

etosworld/etos-facedetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published