Pytorch_Retinaface
Pytorch_Retinaface copied to clipboard
RetinaFace Anti Cov Face Detector
@biubug6, Thanks for your great repo. Do you have any plan for implement a PyTorch implementation of RetinaFace Anti Cov Face Detector (Face Mask Detection - for Covid) base on the below repository?: MXNet - RetinaFaceAntiCov
@ahkarami
I have now implemented a similar function, incorporating facial poses.

bbox ap:


@gengyanlei, Thank you very much. Would you please share the link of repo? Does your implemented code also have the ability to recognize and classify face masks?
@ahkarami Mask recognition has not been implemented yet, because mask recognition requires additional data. At present, only the task combination of pose estimation and face detection-keypoint detection is realized.
For some reasons, the code cannot be shared temporarily. You can refer to the network structure of RetinafaceCovID.
