All Projects → jmu201521121021 → Facedetector Base Yolov3 Spp

jmu201521121021 / Facedetector Base Yolov3 Spp

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Facedetector Base Yolov3 Spp

Mobilenet Yolo
MobileNetV2-YoloV3-Nano: 0.5BFlops 3MB HUAWEI P40: 6ms/img, YoloFace-500k:0.1Bflops 420KB🔥🔥🔥
Stars: ✭ 1,566 (+2309.23%)
Mutual labels:  face-detection, yolov3
udacity-cvnd-projects
My solutions to the projects assigned for the Udacity Computer Vision Nanodegree
Stars: ✭ 36 (-44.62%)
Mutual labels:  face-detection, yolov3
Proctoring Ai
Creating a software for automatic monitoring in online proctoring
Stars: ✭ 155 (+138.46%)
Mutual labels:  face-detection, yolov3
keras-yolo3-facedetection
Real-time face detection model using YOLOv3 with Keras
Stars: ✭ 13 (-80%)
Mutual labels:  face-detection, yolov3
Paddledetection
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Stars: ✭ 5,799 (+8821.54%)
Mutual labels:  face-detection, yolov3
Yoloface
Deep learning-based Face detection using the YOLOv3 algorithm (https://github.com/sthanhng/yoloface)
Stars: ✭ 339 (+421.54%)
Mutual labels:  face-detection, yolov3
Facekit
Implementations of PCN (an accurate real-time rotation-invariant face detector) and other face-related algorithms
Stars: ✭ 1,028 (+1481.54%)
Mutual labels:  face-detection
Onnx tflite yolov3
A Conversion tool to convert YOLO v3 Darknet weights to TF Lite model (YOLO v3 PyTorch > ONNX > TensorFlow > TF Lite), and to TensorRT (YOLO v3 Pytorch > ONNX > TensorRT).
Stars: ✭ 52 (-20%)
Mutual labels:  yolov3
Tensorflow Lite Rest Server
Expose tensorflow-lite models via a rest API
Stars: ✭ 43 (-33.85%)
Mutual labels:  face-detection
Predict Facial Attractiveness
Using OpenCV and Dlib to predict facial attractiveness.
Stars: ✭ 41 (-36.92%)
Mutual labels:  face-detection
Catt
Detecting the temperature from an infrared image
Stars: ✭ 60 (-7.69%)
Mutual labels:  face-detection
Flask face detection
Face detection example in Python 3 based on OpenCV and Flask
Stars: ✭ 55 (-15.38%)
Mutual labels:  face-detection
Opencv Face Filters
Snapchat-like Face Filters in OpenCV
Stars: ✭ 51 (-21.54%)
Mutual labels:  face-detection
Android Hpe
Android native application to perform head pose estimation using images coming from the front camera.
Stars: ✭ 46 (-29.23%)
Mutual labels:  face-detection
Facifier
An emotion and gender detector based on facial features, built with Python and OpenCV
Stars: ✭ 52 (-20%)
Mutual labels:  face-detection
Realtimefaceapi
This is a demo project showing how to use Face API in Cognitive Services with OpenCV
Stars: ✭ 44 (-32.31%)
Mutual labels:  face-detection
Imagenet
Trial on kaggle imagenet object localization by yolo v3 in google cloud
Stars: ✭ 56 (-13.85%)
Mutual labels:  yolov3
Imagecoordinatespace
UICoordinateSpace for UIImageView image
Stars: ✭ 42 (-35.38%)
Mutual labels:  face-detection
Facemask
Realtime face and mask detection
Stars: ✭ 51 (-21.54%)
Mutual labels:  face-detection
Tiny
Tiny Face Detector, CVPR 2017
Stars: ✭ 1,079 (+1560%)
Mutual labels:  face-detection

FaceDetector-Base-Yolov3-spp

FLYL Demo

demo.jpg

Contents

Deep Face Detection

Deep Face Detection

Introduction

In this repository, we provide training data, network settings and loss designs for deep face detection. The training data is Widerface datasets, which were already packed in darknet format.he network backbone is darknet53, classifical loss is focal loss,which improve 1.2% Map on Widerface val.read focal loss and code,please check the blog.

This repository can help researcher/engineer to develop deep face detection algorithms quickly by only two steps: download the dataset and run the training script.In sum,we can run a face detection system in window easily.

Training Data

All Widerface data are into VOC format.Please click BaiduDrive 提取码:r4wc

  • if you want to make data into Voc format with yourself, please check data_process/widerfaceToVoc.ipynb

Train

Requirements

  • On windows

    • Visual Studio 2015 or 2017
    • cuda 10.0
    • cudnn 7
    • openCV3.0
  • On linux

    • cuda9.0
    • openCV3.0
    • cudnn7

1、Clone the repository

git clone https://github.com/jmu201521121021/FaceDetector-Base-Yolov3-spp.git

2、Install darknetAB with GPU surpport

  • detail,please check here

3、Download the training set (Widerface) and place it in darknet/build/darknet/x64/data/voc

4、go to darknet/build/darknet/x64/data/voc/

python  voc_label.py

5、start train,into ./train

sh train.sh

Pretrained Models

  • Please check here BaiduDrive 提取码:if0r ​

Evaluation

  • Test on widerFace val dataset

    p-r

  • Test on FDDB roc

Face Detection System

  • Requiremets
    • windows10
    • GPU memory >=3GB (Nvidia version)
  • Download,Please check BaiduDrive 提取码:zfik .

Contact

[Chen Jinshan](jinshanchen[at]jmu.edu.cn)
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].