Skip to content

gengyanlei/Pytorch_Retinaface

 
 

Repository files navigation

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

About

Retinaface pytorch face-pose-detect face-key-point-detect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%