Home

Awesome

mxnet-SSH

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

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

Evaluation on WIDER FACE:

ImpelmentationEasy-SetMedium-SetHard-Set
Original Caffe SSH0.931230.921060.84582
Our SSH Model0.934890.922810.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.