All Projects → etosworld → etos-facedetector

etosworld / etos-facedetector

Licence: other
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.

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to etos-facedetector

retinaface
RetinaFace: Deep Face Detection Library for Python
Stars: ✭ 242 (+952.17%)
Mutual labels:  face-detector, face-detection
GenderRecognizer
Plain Face Detector & Gender Recognizer
Stars: ✭ 57 (+147.83%)
Mutual labels:  face-detector, face-detection
Sod
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Stars: ✭ 1,460 (+6247.83%)
Mutual labels:  cpu, face-detection
jeelizGlanceTracker
JavaScript/WebGL lib: detect if the user is looking at the screen or not from the webcam video feed. Lightweight and robust to all lighting conditions. Great for play/pause videos if the user is looking or not, or for person detection. Link to live demo.
Stars: ✭ 68 (+195.65%)
Mutual labels:  face-detector, face-detection
Face Alignment
🔥 2D and 3D Face alignment library build using pytorch
Stars: ✭ 5,417 (+23452.17%)
Mutual labels:  face-detector, face-detection
Facekit
Implementations of PCN (an accurate real-time rotation-invariant face detector) and other face-related algorithms
Stars: ✭ 1,028 (+4369.57%)
Mutual labels:  cpu, face-detection
Openseeface
Robust realtime face and facial landmark tracking on CPU with Unity integration
Stars: ✭ 216 (+839.13%)
Mutual labels:  cpu, face-detection
FPGACosmacELF
A re-creation of a Cosmac ELF computer, Coded in SpinalHDL
Stars: ✭ 31 (+34.78%)
Mutual labels:  cpu
spectre-attack-demo
Reproducing malicious memory reading on Intel i5 and Intel Xeon using a Spectre attack
Stars: ✭ 87 (+278.26%)
Mutual labels:  cpu
DeepFaceRecognition
Face Recognition with Transfer Learning
Stars: ✭ 16 (-30.43%)
Mutual labels:  face-detection
kianRiscV
KianRISC-V! No RISC-V, no fun! RISC-V CPU with strong design rules and unittested! CPU you can trust! kianv rv32im risc-v a hdmi soc with harris computer architecture in verilog: multicycle, singlecycle and 5-stage pipelining Processor. Multicycle Soc with firmware that runs raytracer, mandelbrot, 3d hdmi gfx, dma controller, etc.....
Stars: ✭ 167 (+626.09%)
Mutual labels:  cpu
serde-device-tree
Serialize & deserialize device tree binary using serde
Stars: ✭ 20 (-13.04%)
Mutual labels:  cpu
face-mask-detector
Detecting face mask with OpenCV and TensorFlow. Using simple CNN or model provided by TensorFlow as MobileNetV2, VGG16, Xception.
Stars: ✭ 19 (-17.39%)
Mutual labels:  face-detection
Face-Recognition-Raspberry-Pi-64-bits
Recognize 2000+ faces on your Raspberry Pi 4 with database auto-fill and anti-spoofing
Stars: ✭ 48 (+108.7%)
Mutual labels:  face-detection
sarviewer
Generate graphs with gnuplot or matplotlib (Python) from sar data
Stars: ✭ 60 (+160.87%)
Mutual labels:  cpu
managed ml systems and iot
Managed Machine Learning Systems and Internet of Things Live Lesson
Stars: ✭ 35 (+52.17%)
Mutual labels:  cpu
MLKit-Android-Apps
All android applications (apps) using MLKit
Stars: ✭ 24 (+4.35%)
Mutual labels:  face-detection
register-rs
Unified interface for type-safe MMIO and CPU register access in Rust
Stars: ✭ 48 (+108.7%)
Mutual labels:  cpu
pigo-wasm-demos
Webassembly demos showcasing the Pigo face detection library.
Stars: ✭ 47 (+104.35%)
Mutual labels:  face-detection
Detect-Facial-Features
Code example demonstrating how to detect eyes, nose, lips, and jaw with dlib, OpenCV, and Python
Stars: ✭ 42 (+82.61%)
Mutual labels:  face-detection

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].