From cbd7cc60d35783329070b5dd4061acd465f60f6e Mon Sep 17 00:00:00 2001 From: S Rohan Rao Date: Thu, 25 Jun 2020 22:03:28 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c62cb85..f1f5c2f 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# Social_Distancing_with_AI \ No newline at end of file +# Social_Distancing_with_AI +This project aims at monitoring people violating Social Distancing over CCTV footage during these tough COVID19 times. It uses YOLOv3 for localizing the intruders. A face mask classifier model (Resnet50) is trained on augmented masked faces (using face landmarks) for finding people not wearing a face mask.