All Projects → yxlijun → S3fd.pytorch

yxlijun / S3fd.pytorch

SFD implement with pytorch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to S3fd.pytorch

Dsfd.pytorch
DSFD implement with pytorch
Stars: ✭ 153 (-27.83%)
Mutual labels:  face-detection, vgg16
Marvel
Marvel - Face Recognition With Android & OpenCV
Stars: ✭ 199 (-6.13%)
Mutual labels:  face-detection
Attendance Using Face
Face-recognition using Siamese network
Stars: ✭ 174 (-17.92%)
Mutual labels:  face-detection
Hms Ml Demo
HMS ML Demo provides an example of integrating Huawei ML Kit service into applications. This example demonstrates how to integrate services provided by ML Kit, such as face detection, text recognition, image segmentation, asr, and tts.
Stars: ✭ 187 (-11.79%)
Mutual labels:  face-detection
Extd pytorch
Official EXTD Pytorch code
Stars: ✭ 177 (-16.51%)
Mutual labels:  face-detection
Facial Expression Detection
Facial Expression or Facial Emotion Detector can be used to know whether a person is sad, happy, angry and so on only through his/her face. This Repository can be used to carry out such a task.
Stars: ✭ 194 (-8.49%)
Mutual labels:  face-detection
Faceboxes Tensorflow
A fast face detector
Stars: ✭ 173 (-18.4%)
Mutual labels:  face-detection
Face Dataset
Face related datasets
Stars: ✭ 204 (-3.77%)
Mutual labels:  face-detection
Freezeout
Accelerate Neural Net Training by Progressively Freezing Layers
Stars: ✭ 196 (-7.55%)
Mutual labels:  vgg16
Opencv Course
Learn OpenCV in 4 Hours - Code used in my Python and OpenCV course on freeCodeCamp.
Stars: ✭ 185 (-12.74%)
Mutual labels:  face-detection
Viseface
简易人脸检测库,不依赖三方库,可快速接入人脸检测功能。
Stars: ✭ 186 (-12.26%)
Mutual labels:  face-detection
Retinaface Tf2
RetinaFace (Single-stage Dense Face Localisation in the Wild, 2019) implemented (ResNet50, MobileNetV2 trained on single GPU) in Tensorflow 2.0+. This is an unofficial implementation. With Colab.
Stars: ✭ 178 (-16.04%)
Mutual labels:  face-detection
Viewfacecore
C# 超简单的人脸识别库。
Stars: ✭ 193 (-8.96%)
Mutual labels:  face-detection
Retinaface Tf2
RetinaFace (RetinaFace: Single-stage Dense Face Localisation in the Wild, published in 2019) reimplemented in Tensorflow 2.0, with pretrained weights available !
Stars: ✭ 176 (-16.98%)
Mutual labels:  face-detection
Arcface Multiplex Recognition
适用于复杂场景的人脸识别身份认证系统
Stars: ✭ 200 (-5.66%)
Mutual labels:  face-detection
Dockerface
Face detection using deep learning.
Stars: ✭ 173 (-18.4%)
Mutual labels:  face-detection
Instabotai
Instagram AI bot with face detection. It works without instagram api, need only login and password.
Stars: ✭ 181 (-14.62%)
Mutual labels:  face-detection
Centerface.pytorch
unofficial version of centerface, which achieves the best balance between speed and accuracy at face detection
Stars: ✭ 187 (-11.79%)
Mutual labels:  face-detection
Face.evolve.pytorch
🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
Stars: ✭ 2,719 (+1182.55%)
Mutual labels:  face-detection
Face toolbox keras
A collection of deep learning frameworks ported to Keras for face analysis.
Stars: ✭ 202 (-4.72%)
Mutual labels:  face-detection

S³FD: Single Shot Scale-invariant Face Detector

A PyTorch Implementation of Single Shot Scale-invariant Face Detector

Description

Meanwhile train hand and head with S3FD,hand dataset is Egohands Dataset,head dataset is SCUT-HEAD,we can download hand model and face model

Requirement

  • pytorch 0.3
  • opencv
  • numpy
  • easydict

Prepare data

  1. download WIDER face dataset、Egohands dataset and SCUT-HEAD
  2. modify data/config.py
  3. python prepare_wider_data.py 4 python prepare_handataset.py

Train

We can choose different dataset to train different target[face,head,hand]

python train.py --batch_size 4 --dataset face\hand\head

Evalution

according to yourself dataset path,modify data/config.py

  1. Evaluate on AFW.
python afw_test.py
  1. Evaluate on FDDB
python fddb_test.py
  1. Evaluate on PASCAL face
python pascal_test.py
  1. test on WIDER FACE
python wider_test.py

Demo

you can test yourself image

python demo.py

Result

  1. AFW PASCAL FDDB
afw pascal fddb
AFW AP=99.81 paper=99.85 
PASCAL AP=98.77 paper=98.49
FDDB AP=0.975 paper=0.983
WIDER FACE:
Easy AP=0.925 paper = 0.927
Medium AP=0.925 paper = 0.924
Hard AP=0.854 paper = 0.852
  1. demo
afw

References

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