All Projects → YongtaoGe → Retinaface.pytorch

YongtaoGe / Retinaface.pytorch

Licence: mit
Reimplement RetinaFace using PyTorch.

Projects that are alternatives of or similar to Retinaface.pytorch

Facer
Simple (🤞) face averaging (🙂) in Python (🐍)
Stars: ✭ 49 (-33.78%)
Mutual labels:  face-detection
Opencv Mtcnn
An implementation of MTCNN Face detector using OpenCV's DNN module
Stars: ✭ 59 (-20.27%)
Mutual labels:  face-detection
Face Recognition Cpp
Real Time Face Recognition Detector. Over 30FPS on CPU!
Stars: ✭ 68 (-8.11%)
Mutual labels:  face-detection
Opencv Face Filters
Snapchat-like Face Filters in OpenCV
Stars: ✭ 51 (-31.08%)
Mutual labels:  face-detection
Tiny
Tiny Face Detector, CVPR 2017
Stars: ✭ 1,079 (+1358.11%)
Mutual labels:  face-detection
Ssd Models
把极速检测器的门槛给我打下来make lightweight caffe-ssd great again
Stars: ✭ 62 (-16.22%)
Mutual labels:  face-detection
Live Stream Face Detection
Live Streaming and Face Detection with Flask in Browser
Stars: ✭ 47 (-36.49%)
Mutual labels:  face-detection
Retinadetector
基于RetinaFace的目标检测方法,适用于人脸、缺陷、小目标、行人等
Stars: ✭ 73 (-1.35%)
Mutual labels:  face-detection
Flask face detection
Face detection example in Python 3 based on OpenCV and Flask
Stars: ✭ 55 (-25.68%)
Mutual labels:  face-detection
Face Api
JavaScript module for face detection and face recognition Using Tensorflow/JS
Stars: ✭ 67 (-9.46%)
Mutual labels:  face-detection
Facedetector
Face detection for your Android app
Stars: ✭ 1,059 (+1331.08%)
Mutual labels:  face-detection
Idmatch
Match faces on id cards with OCR capabilities.
Stars: ✭ 52 (-29.73%)
Mutual labels:  face-detection
Facedetector Base Yolov3 Spp
Stars: ✭ 65 (-12.16%)
Mutual labels:  face-detection
Facemask
Realtime face and mask detection
Stars: ✭ 51 (-31.08%)
Mutual labels:  face-detection
Facevfx
Mapping real-time visual effect to human face.
Stars: ✭ 68 (-8.11%)
Mutual labels:  face-detection
Facevision
iOS11 Vision framework example. Detection of face landmarks
Stars: ✭ 47 (-36.49%)
Mutual labels:  face-detection
Catt
Detecting the temperature from an infrared image
Stars: ✭ 60 (-18.92%)
Mutual labels:  face-detection
Android Facedetection Ultranet Mnn
Android face detection 30+ FPS, pretrained weight 1MB.
Stars: ✭ 74 (+0%)
Mutual labels:  face-detection
Computer Vision Raspberrypi
Sample projects for Computer Vision with Raspberry Pi and Movidius Neural Compute Stick
Stars: ✭ 69 (-6.76%)
Mutual labels:  face-detection
Face Api Demo Vue
使用 Vue 框架搭建演示,H5、Web、NodeJS 实现人脸检测识别,基于 TensorFlowJS 实现的 face-api.js 人脸识别库。
Stars: ✭ 65 (-12.16%)
Mutual labels:  face-detection

RetinaFace.PyTorch

Reimplentment of RetinaFace with modification!

Requirements

  • pytorch
  • tvm

WIDER accuracy

Impelmentation Easy-Set Medium-Set Hard-Set Speed Test-Method(short side 1600) Params FLOPs (640*640)
res18 - - - - single-scale -
modified_mnasnet 0.8495 0.8339 0.7531 - single-scale 325.38k 386.57MMac
modified_mnasnet 0.8649 0.8436 0.7139 single-scale 325.38k 386.57MMac
mobilenet0.25 - - - - single-scale 427.22k 1.02G

Note: I test the forward speed with converted tvm model using mac i7 cpu.

AFLW accuracy

demo:

a b

TODO:

  • [ ] Wider Face accuracy testing
  • [ ] AFLW accuracy testing
  • [ ] Inference on TVM
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].