Skip to content

lbin/Retinaface_Detectron2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .