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
Style | easy | medium | hard |
---|---|---|---|
Ours (Original Scale) | 94.14% | 92.71% | 81.13% |
- pytorch >= 1.4.0
- torchvision >= 0.4.0
- python >= 3.6
pip install -e .