author is leilei
dataset is widerface
face detection, face key point detection, and face pose estimation
- 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.
python detect_merge.py ${-m} ${--network} ${--image_path} ${--output_path}
resnet50-retinaface Easy Medium Hard AP 94.3486% 93.3151% 88.6972%
- TODO release code