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
Weight
- GoogleDriver
resnet50-retinaface |
Easy |
Medium |
Hard |
AP |
94.3486% |
93.3151% |
88.6972% |
Train
References