lbin / Retinaface_Detectron2

Face Detection Based on Detectron2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RetinaFace in PyTorch

A PyTorch implementation of RetinaFace: Single-stage Dense Face Localisation in the Wild. The official code in Mxnet can be found here.

Old version canbe found at v1.0

WiderFace Val Performance in single scale When using ResNet50 as backbone net.

Style easy medium hard
Ours (Original Scale) 94.14% 92.71% 81.13%

Dependencies

  • pytorch >= 1.4.0
  • torchvision >= 0.4.0
  • python >= 3.6

Installation

pip install -e .

About

Face Detection Based on Detectron2


Languages

Language:C++ 33.6%Language:Python 32.1%Language:Cuda 28.1%Language:C 5.7%Language:Shell 0.6%