All Projects → lxg2015 → Faceboxes

lxg2015 / Faceboxes

使用pytorch实现了FaceBoxes: A CPU Real-time Face Detector with High Accuracy

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Faceboxes

Tensorflow Mtcnn
C++ and python Inference only for MTCNN face detector on Tensorflow. Based on davidsandberg's facenet project:
Stars: ✭ 106 (-19.08%)
Mutual labels:  face-detection
Deepgaze
Computer Vision library for human-computer interaction. It implements Head Pose and Gaze Direction Estimation Using Convolutional Neural Networks, Skin Detection through Backprojection, Motion Detection and Tracking, Saliency Map.
Stars: ✭ 1,552 (+1084.73%)
Mutual labels:  face-detection
Libfacedetection
An open source library for face detection in images. The face detection speed can reach 1000FPS.
Stars: ✭ 10,852 (+8183.97%)
Mutual labels:  face-detection
Sod
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Stars: ✭ 1,460 (+1014.5%)
Mutual labels:  face-detection
Mobilenet Yolo
MobileNetV2-YoloV3-Nano: 0.5BFlops 3MB HUAWEI P40: 6ms/img, YoloFace-500k:0.1Bflops 420KB🔥🔥🔥
Stars: ✭ 1,566 (+1095.42%)
Mutual labels:  face-detection
Faster Mobile Retinaface
[CVPR 2020] Reimplementation of RetinaFace, faster and stronger.
Stars: ✭ 117 (-10.69%)
Mutual labels:  face-detection
Face Classification
Face model to classify gender and race. Trained on LFWA+ Dataset.
Stars: ✭ 104 (-20.61%)
Mutual labels:  face-detection
Flutter android
Android bindings plugin for Flutter.
Stars: ✭ 131 (+0%)
Mutual labels:  face-detection
Deepface
Face analysis mainly based on Caffe. At this time, face analysis tasks like detection, alignment and recognition have been done.
Stars: ✭ 1,465 (+1018.32%)
Mutual labels:  face-detection
Facedetection
iPhone app for detecting faces from a live camera feed using Swift and iOS 13 API's.
Stars: ✭ 123 (-6.11%)
Mutual labels:  face-detection
Face recognition
The world's simplest facial recognition api for Python and the command line
Stars: ✭ 42,549 (+32380.15%)
Mutual labels:  face-detection
Widerface Evaluation
Python Evaluation Code for Wider Face Dataset
Stars: ✭ 111 (-15.27%)
Mutual labels:  face-detection
Anime Face Detector
A Faster-RCNN based anime face detector implementation using tensorflow.
Stars: ✭ 117 (-10.69%)
Mutual labels:  face-detection
A Convolutional Neural Network Cascade For Face Detection
TensorFlow implementation of "A Convolutional Neural Network Cascade for Face Detection", CVPR 2015
Stars: ✭ 106 (-19.08%)
Mutual labels:  face-detection
Robovision
AI and machine leaning-based computer vision for a robot
Stars: ✭ 126 (-3.82%)
Mutual labels:  face-detection
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (-19.08%)
Mutual labels:  face-detection
Tenginekit
TengineKit - Free, Fast, Easy, Real-Time Face Detection & Face Landmarks & Face Attributes & Hand Detection & Hand Landmarks & Body Detection & Body Landmarks & Iris Landmarks & Yolov5 SDK On Mobile.
Stars: ✭ 2,103 (+1505.34%)
Mutual labels:  face-detection
Facelandmarksdetection
Finds facial features such as face contour, eyes, mouth and nose in an image.
Stars: ✭ 130 (-0.76%)
Mutual labels:  face-detection
Insightface Just Works
Insightface face detection and recognition model that just works out of the box.
Stars: ✭ 127 (-3.05%)
Mutual labels:  face-detection
Deepstack
The World's Leading Cross Platform AI Engine for Edge Devices
Stars: ✭ 120 (-8.4%)
Mutual labels:  face-detection

Faceboxes

faceBoxes: a cpu real-time face detector with hight accuracy

Faceboxes is a SSD style object detector, it is designed for fast face detect, has a lightweight yet powerful network structure.

update

  1. Better network, our convolution module should be con_bn_relu like, not just conv.

  2. Double batch size, it used ~7G memory during train

  3. Add use_gpu Flag in predict, add detect_gpu function

Performance is better than before!

Efficiency is not good as official, 60FPS on 1080ti, much slower on CPU, it maybe slow in decoder.

usage

visdom
pytorch 0.2
torchvision

our data annotation

data/all/image01468.jpg 1 119 185 139 139 1
data/all/image01449.jpg 2 9 39 74 74 1 409 93 77 77 1

format:

path/image_name.jpg num_face x y w h 1 x y w h 1

Result

face1 face2

Fddb

和原论文的结果有些差距,主要问题可能是出现在数据增强部分。

tips:这里的另一条曲线DDFD(Multi-view Face Detection Using Deep Convolutional Neural Networks)只是拿来做个参考

fddb

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].