OAID / YSQfastfd
A fast binary library for face detection and face landmark detection in images. No float point operations, especially suit for low cost Arm CPUs, The highest accuracy on FDDB among non deep learning methods
☆197Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for YSQfastfd
- C++ project to implement MTCNN, a perfect face detect algorithm, on different DL frameworks. The most popular frameworks: caffe/mxnet/ten…☆272Updated 6 years ago
- ncnn is a high-performance neural network inference framework optimized for the mobile platform☆199Updated 5 years ago
- MTCNN Face Detection & Alignment☆203Updated 7 years ago
- Repository for "Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks", implemented with Caffe, C++ …☆329Updated 6 years ago
- Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks☆325Updated 6 years ago
- Simple implementation of kpzhang93's paper from Matlab to c++, and don't change models.☆240Updated 7 years ago
- C++ detect and train of "A Fast and Accurate Unconstrained Face Detector".☆125Updated 6 years ago
- C++ implementation of Fast-and-Accurate-Unconstrained-Face-Detector☆110Updated 4 years ago
- ☆80Updated 6 years ago
- Predict facial landmarks with Deep CNNs powered by Caffe.☆282Updated 4 years ago
- MTCNN☆66Updated 8 years ago
- C++ implementation of Joint Cascade Face Detection and Alignment.☆184Updated 7 years ago
- This is an implematation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using Ligh…☆149Updated 6 years ago
- a casual work about retraining to optimize mtcnn Pnet and ONet. it can achieve 100+fps on CPU with minSize 60 (1920x1080) on intel i7 67…☆204Updated 6 years ago
- 基于ncnn的face-landmark☆70Updated 7 years ago
- C++ implementation of Face Alignment at 3000 FPS via Regressing Local Binary Features☆197Updated 8 years ago
- It is a mtcnn project based on ncnn☆90Updated 6 years ago
- Heterogeneous Run Time version of Caffe. Added heterogeneous capabilities to the Caffe, uses heterogeneous computing infrastructure frame…☆269Updated 6 years ago
- face detection alignment recognition reconstruction ...