Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 744 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 744 Bytes

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 .