Pytorch_Retinaface icon indicating copy to clipboard operation
Pytorch_Retinaface copied to clipboard

RetinaFace Anti Cov Face Detector

Open ahkarami opened this issue 5 years ago • 3 comments
trafficstars

@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 avatar Sep 04 '20 20:09 ahkarami

@ahkarami I have now implemented a similar function, incorporating facial poses. image

bbox ap: image

image

gengyanlei avatar Sep 10 '20 06:09 gengyanlei

@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 avatar Sep 11 '20 07:09 ahkarami

@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. image

gengyanlei avatar Sep 11 '20 08:09 gengyanlei