Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.25 KB

RetinaFace in PyTorch

    author is leilei
    dataset is widerface
    face detection, face key point detection, and face pose estimation

Note

  • This repository is forked from biubug6/Pytorch_Retinaface
  • Based on this project, we merge the three tasks of face detection, face key point detection, and face pose estimation into one task.
  • Now, we only release network's code and demo's code! More codes will be released in the future.

Inference

    python detect_merge.py ${-m} ${--network} ${--image_path} ${--output_path} 

Demo

face-detect

Weight

resnet50-retinaface Easy Medium Hard
AP 94.3486% 93.3151% 88.6972%
  • face-detect-ap

Train

  • TODO release code

References