All Projects → deepinsight → mxnet-SSH

deepinsight / mxnet-SSH

Licence: MIT license
Reproduce SSH (Single Stage Headless Face Detector) with MXNet

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to mxnet-SSH

Facedetection
C++ project to implement MTCNN, a perfect face detect algorithm, on different DL frameworks. The most popular frameworks: caffe/mxnet/tensorflow, are all suppported now
Stars: ✭ 255 (+180.22%)
Mutual labels:  mxnet, face-detection
enhanced-ssh-mxnet
The MXNet Implementation of Enhanced SSH (ESSH) for Face Detection and Alignment
Stars: ✭ 54 (-40.66%)
Mutual labels:  mxnet, face-detection
iqiyi-vid-challenge
Code for IQIYI-VID(IQIYI Video Person Identification) Challenge Implemented in Python and MXNet
Stars: ✭ 45 (-50.55%)
Mutual labels:  mxnet, face-detection
Deepcamera
Open source face recognition on Raspberry Pi. SharpAI is open source stack for machine learning engineering with private deployment and AutoML for edge computing. DeepCamera is application of SharpAI designed for connecting computer vision model to surveillance camera. Developers can run same code on Raspberry Pi/Android/PC/AWS to boost your AI production development.
Stars: ✭ 757 (+731.87%)
Mutual labels:  mxnet, face-detection
Insightface
State-of-the-art 2D and 3D Face Analysis Project
Stars: ✭ 10,886 (+11862.64%)
Mutual labels:  mxnet, face-detection
Facerecognition
This is an implematation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using LightenenCNN algorithm.
Stars: ✭ 137 (+50.55%)
Mutual labels:  mxnet, face-detection
Insightface Just Works
Insightface face detection and recognition model that just works out of the box.
Stars: ✭ 127 (+39.56%)
Mutual labels:  mxnet, face-detection
Arcface Multiplex Recognition
适用于复杂场景的人脸识别身份认证系统
Stars: ✭ 200 (+119.78%)
Mutual labels:  mxnet, face-detection
ImageRecognizer-iOS
[this repo is no longer maintained] Neural Network image classifier (inception-bn network architecture), developed via MxNet
Stars: ✭ 51 (-43.96%)
Mutual labels:  mxnet
CycleGAN-gluon-mxnet
this repo attemps to reproduce Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks(CycleGAN) use gluon reimplementation
Stars: ✭ 31 (-65.93%)
Mutual labels:  mxnet
Face-Recognition-Attendance-System
Face Detection | Recognition | Attendance
Stars: ✭ 289 (+217.58%)
Mutual labels:  face-detection
android-yoonit-facefy
The face detection's module for Android with a lot of awesome features
Stars: ✭ 39 (-57.14%)
Mutual labels:  face-detection
FCOS GluonCV
FCOS: Fully Convolutional One-Stage Object Detection.
Stars: ✭ 24 (-73.63%)
Mutual labels:  mxnet
deface
Video anonymization by face detection
Stars: ✭ 269 (+195.6%)
Mutual labels:  face-detection
MXNet-GAN
MXNet Implementation of DCGAN, Conditional GAN, pix2pix
Stars: ✭ 23 (-74.73%)
Mutual labels:  mxnet
Densenet
MXNet implementation for DenseNet
Stars: ✭ 28 (-69.23%)
Mutual labels:  mxnet
etos-facedetector
Simple and Effective Face Detector, based on Progressive Calibration Networks (PCN) which is an accurate rotation-invariant face detector running at real-time speed on CPU, published in CVPR 2018.
Stars: ✭ 23 (-74.73%)
Mutual labels:  face-detection
UltraFaceDotNet
C# version of Ultra-Light-Fast-Generic-Face-Detector-1MB for Windows, MacOS, Linux, iOS and Android
Stars: ✭ 56 (-38.46%)
Mutual labels:  face-detection
viola-jones-adaboost
Training a face detection cascade using Adaptive Boosting after Viola and Jones.
Stars: ✭ 47 (-48.35%)
Mutual labels:  face-detection
Mxnet2Caffe-Tensor-RT-SEnet
Mxnet2Caffe_Tensor RT
Stars: ✭ 18 (-80.22%)
Mutual labels:  mxnet

mxnet-SSH

Reproduce SSH (Single Stage Headless Face Detector) with MXNet.

Original Caffe code: https://github.com/mahyarnajibi/SSH

Evaluation on WIDER FACE:

Impelmentation Easy-Set Medium-Set Hard-Set
Original Caffe SSH 0.93123 0.92106 0.84582
Our SSH Model 0.93489 0.92281 0.84525

Installation

  1. Clone the repository.

  2. Download MXNet VGG16 pretrained model from here and put it under model directory.

  3. Type make to build necessary cxx libs.

Training

python train_ssh.py

For more information, check our insightface repository.

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