Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.06 KB

ZOO.md

File metadata and controls

51 lines (31 loc) · 2.06 KB

Face detection model zoo

Discrete ROC

A collection of face detection models pre-trained on the Widerface dataset. In the table below you can see each model detailed information including:

  • a model name
  • a download link to a tar.gz file containing the model and configuration files
  • TODO model speed
  • detector performance measured on the FDDB benchmark
Model [email protected] cfg/weights
YOLOv2 84.90 link
Tiny YOLO 80.04 link
SSD mobilenet v1 ? link
Faster RCNN inception resnet v2 atrous 94.39 link
R-FCN resnet101 94.73 link

Training details

Morghulis was used to download and convert it to either Darknet or Tensorflow Object Detection API format.

Darknet

There are 2 models trained with Darknet: one based on YOLOv2 and other on Tiny YOLO. Both used convolutional weights that are pre-trained on Imagenet: darknet19_448.conv.23.

Tensorflow Object Detection API

The remaining models were trained with Tensorflow Object Detection API on Google Cloud ML Engine.

Face detectors performance evaluation on the FDDB dataset

Discrete ROC

Discrete ROC

Continuous ROC

Continuous ROC