Skip to content

deepinsight/mxnet-SSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Reproduce SSH (Single Stage Headless Face Detector) with MXNet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages