Skip to content

beyondli/face-mask-detection

Repository files navigation

face_mask_detection

NVIDIA Developer Blog

This project just followed the NVIDIA face mask detection github list in reference. alt text

In this git code fixed the issues mAP is too low in origin code, after code refactor mAP can be improved to 86%(mask:87.069%, no-mask:86.6139%)

alt text

Dataset clean rules of orginal git code

  • WIDER =>Faces in one picture<4
  • Mafa:occulution_degree>2, mask/no-mask<6000
  • Kmmd:None
  • Fddb:None

This clean rules are too simple for mask dataset training. Since too small faces or too slim faces are not fitted for training in face mask detect scenario, we should clean these kind of samples

New dataset clean rules

  • small face(40*40)
  • w/h ratio abnormal(w/h < 2, h/w>2)

alt text

Clean result

  • abnormal face eliminated alt text

  • keeped more valid WIDER faces alt text

Steps to perform

  • Clone this github code
  • Follow the original github guide to create train dataset:
  • Perform training steps with original steps

Notice

  • No more evalutaion on test dasetset
  • No more delopyment test on Jetson

Enjoy the code, any issues LET ME KNOW

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published