8000 GitHub - bowrein/face-detection-ssd-mxnet: face detection ssd mxnet widerface
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bowrein/face-detection-ssd-mxnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face detection SSD: Single Shot MultiBox Object Detector for face detection

SSD is an unified framework for object detection with a single network.

we use SSD to face detect and locate base on widerface dataset.

Disclaimer

This is a modification on original SSD which is based on mxnet. The official repository is available here. The arXiv paper is available here.

Demo results

evaluation

Evaluate model base on FDDB

Try the demo

# cd /path/to/face-detection-ssd-mxnet
sh scripts/test.sh

Train the model

This example only covers training on Pascal VOC dataset. Other datasets should be easily supported by adding subclass derived from class Imdb in dataset/imdb.py. See example of dataset/pascal_voc.py for details.

  • Download the converted pretrained vgg16_reduced model here, unzip .param and .json files into model/ directory by default.
  • Download the widerface dataset into data/,
  • modify tools/widerfce2VOC.pyto your own parameters, and run to get the annotations.
  • modify tools/prepare_widerface_pascal.shto your own parameters, run to get the .rec files for train.
  • run srcips/train.sh

About

face detection ssd mxnet widerface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • Shell 2.2%
0