- Notifications
You must be signed in to change notification settings - Fork18
the-house-of-black-and-white/hall-of-faces
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A collection of face detection models pre-trained on theWiderfacedataset.
In the table below you can see each model detailed information including:
- meta architecture name
- model speed
- detector performance measured on theFDDB benchmark
- a download link to a
tar.gz
file containing the model and configuration files - a link for a live demo running on aGoogle Colaboratory notebook
Architecture | Speed (ms) | mAP@0.5 | Cfg/Weights | Demo |
---|---|---|---|---|
R-FCN resnet101 | 92 | 94.73 | link | colab |
Faster R-CNN inception resnet v2 atrous | 620 | 94.39 | link | colab |
SSD mobilenet v1 | 30 | 91.20 | link | colab |
YOLOv2 | 15 | 89.59 | link | colab |
TinyYolo | 5 | 85.5 | link | colab |
Morghulis was used todownload and convert it to eitherDarknet orTensorflow Object Detection API format.
The remaining models were trained withTensorflow Object Detection APIonGoogle Cloud ML Engine.
There are 2 models trained withDarknet: one based on YOLOv2 and otheron Tiny YOLO. Both used convolutional weights that are pre-trained on Imagenet:darknet19_448.conv.23.
About
Face detection model zoo
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.