Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Face detection model zoo

License

NotificationsYou must be signed in to change notification settings

the-house-of-black-and-white/hall-of-faces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hall of Faces

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 atar.gz file containing the model and configuration files
  • a link for a live demo running on aGoogle Colaboratory notebook
ArchitectureSpeed (ms)mAP@0.5Cfg/WeightsDemo
R-FCN resnet1019294.73linkcolab
Faster R-CNN inception resnet v2 atrous62094.39linkcolab
SSD mobilenet v13091.20linkcolab
YOLOv21589.59linkcolab
TinyYolo585.5linkcolab

Face detectors performanceevaluation on the FDDB dataset

Discrete ROC

Discrete ROC

Continuous ROC

Continuous ROC

Training details

Morghulis was used todownload and convert it to eitherDarknet orTensorflow Object Detection API format.

Tensorflow Object Detection API

The remaining models were trained withTensorflow Object Detection APIonGoogle Cloud ML Engine.

Darknet

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.


[8]ページ先頭

©2009-2025 Movatter.jp