ShiqiYu/libfacedetection
A C++ library for CNN-based face detection optimized with SIMD instructions achieving 1000 FPS.

Velocity · 7d
+3.1
★ / day
Trend
→steady
star history
This open-source library performs CNN-based face detection in images without external dependencies. The trained CNN model is converted to static variables in C source files, enabling compilation on any platform with a C++ compiler. SIMD optimizations like AVX2 and NEON accelerate inference, and an ONNX model variant supports OpenCV DNN integration.