/Retinaface_Detectron2

Face Detection Based on Detectron2

Primary LanguageC++

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 .