Skip to content

Utilize Deep Learning model to detect face masks and social distance violation (Estimate) in Real-Time.

Notifications You must be signed in to change notification settings

sxaxmz/face-mask-and-social-distance-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-mask-and-social-distance-detection

Utilize Deep Learning model to detect face masks and social distance violation (Estimate).

Scoail Distance calculated based on X and Y distance between objects. Each object is represented by a vector (x, y) to be used to calculate using Euclidean distance. Euclidean distance calculation concept as follows:

  1. Subtract both vectors x and y
  2. Square root of the difference
  3. Add both square roots
  4. Take square root of the addition in previous step

In-case of social distance violation the violatee's rectangales are colored red.

Deep Learning Model

Deep Learning Model

About

Utilize Deep Learning model to detect face masks and social distance violation (Estimate) in Real-Time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages