You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python Package to detect mask in input photo or pull out the cam for real time mask detection ,download the module from here :- https://pypi.org/project/detect-mask/
call the method Determine and pass the path of the photo of the variable :
Mask.Determine(path)
Returns a Tuple :
(0,'No Mask')
(1,'Mask')
Pull Out the Camera to Detect Mask, Real Time
Mask.Cam()
It's that simple
About
Python Package to detect mask in input photo or pull out the cam for real time mask detection ,download the module from here :- https://pypi.org/project/detect-mask/