All Projects → wondervictor → Widerface Evaluation

wondervictor / Widerface Evaluation

Licence: mit
Python Evaluation Code for Wider Face Dataset

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Widerface Evaluation

Pcn Ncnn
PCN based on ncnn framework.
Stars: ✭ 78 (-29.73%)
Mutual labels:  face-detection
Awslambdaface
Perform deep neural network based face detection and recognition in the cloud (via AWS lambda) with zero model configuration or tuning.
Stars: ✭ 98 (-11.71%)
Mutual labels:  face-detection
Tensorflow Mtcnn
C++ and python Inference only for MTCNN face detector on Tensorflow. Based on davidsandberg's facenet project:
Stars: ✭ 106 (-4.5%)
Mutual labels:  face-detection
Insightface
State-of-the-art 2D and 3D Face Analysis Project
Stars: ✭ 10,886 (+9707.21%)
Mutual labels:  face-detection
Pyseeta
python api for SeetaFaceEngine(https://github.com/seetaface/SeetaFaceEngine.git)
Stars: ✭ 93 (-16.22%)
Mutual labels:  face-detection
1zlab face track robot
二自由度云台实现人脸追踪。 首先是使用一款名字叫做IP摄像头的APP 采集手机摄像头的图像,在手机上建立一个视频流服务器。在局域网下,PC通过IP还有端口号获取图像。使用OpenCV的人脸检测的API获取人脸在画面中的位置,根据人脸位置距离画面中心的x轴与y轴的偏移量(offset) ,通过P比例控制(PID控制中最简单的一种)控制二自由度云台上臂与下臂的旋转角度,将角度信息通过串口通信UART发送给ESP32单片机(不限于ESP32,STM32,Arduino都可以)解析执行对应的操作,从而使得人脸尽可能处在画面的正中间。
Stars: ✭ 103 (-7.21%)
Mutual labels:  face-detection
Facegrab
A tool to collect public images from Facebook and create an image dataset for training computer vision applications like gender recognition, and face detection
Stars: ✭ 76 (-31.53%)
Mutual labels:  face-detection
Face recognition
The world's simplest facial recognition api for Python and the command line
Stars: ✭ 42,549 (+38232.43%)
Mutual labels:  face-detection
Agender
Real-time estimation of gender and age
Stars: ✭ 95 (-14.41%)
Mutual labels:  face-detection
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (-4.5%)
Mutual labels:  face-detection
Ios11 Visionframework
Vision Framework IOS WWDC 2017
Stars: ✭ 85 (-23.42%)
Mutual labels:  face-detection
Hellovision
Vision framework example for my article. https://medium.com/compileswift/swift-world-whats-new-in-ios-11-vision-456ba4156bad
Stars: ✭ 93 (-16.22%)
Mutual labels:  face-detection
Tiny Faces Pytorch
Finding Tiny Faces in PyTorch
Stars: ✭ 105 (-5.41%)
Mutual labels:  face-detection
Ai Reading Materials
Some of the ML and DL related reading materials, research papers that I've read
Stars: ✭ 79 (-28.83%)
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 (-4.5%)
Mutual labels:  face-detection
Cnn Paper2
🎨 🎨 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等🎨🎨 https://dataxujing.github.io/CNN-paper2/
Stars: ✭ 77 (-30.63%)
Mutual labels:  face-detection
Caire
Content aware image resize library
Stars: ✭ 9,783 (+8713.51%)
Mutual labels:  face-detection
Sphereface
Implementation for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17.
Stars: ✭ 1,483 (+1236.04%)
Mutual labels:  face-detection
Sod
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Stars: ✭ 1,460 (+1215.32%)
Mutual labels:  face-detection
Face Classification
Face model to classify gender and race. Trained on LFWA+ Dataset.
Stars: ✭ 104 (-6.31%)
Mutual labels:  face-detection

WiderFace-Evaluation

Python Evaluation Code for Wider Face Dataset

Usage

before evaluating ....
python3 setup.py build_ext --inplace
evaluating

GroungTruth: wider_face_val.mat, wider_easy_val.mat, wider_medium_val.mat,wider_hard_val.mat

python3 evaluation.py -p <your prediction dir> -g <groud truth dir>

Bugs & Problems

please issue

Acknowledgements

some code borrowed from Sergey Karayev

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