scholarly journals Face Mask and Social Distancing Detection Using ML Technique

Author(s):  
S. Alshifa

Detecting Mask and Social Distance is our main motive in this project.Face detection plays important roles in detecting face mask. Face detection means detecting or searching for a face in an image or video. For face and mask detection we use viola jones algorithm or Haar cascade algorithm using Open CV. For social distancing we use YOLO algorithm. We have created a system which detect the face and then, it will detect nose and mouth to confirm that the person wear mask or not.

2021 ◽  
Vol 11 (1) ◽  
Author(s):  
Adam Catching ◽  
Sara Capponi ◽  
Ming Te Yeh ◽  
Simone Bianco ◽  
Raul Andino

AbstractCOVID-19’s high virus transmission rates have caused a pandemic that is exacerbated by the high rates of asymptomatic and presymptomatic infections. These factors suggest that face masks and social distance could be paramount in containing the pandemic. We examined the efficacy of each measure and the combination of both measures using an agent-based model within a closed space that approximated real-life interactions. By explicitly considering different fractions of asymptomatic individuals, as well as a realistic hypothesis of face masks protection during inhaling and exhaling, our simulations demonstrate that a synergistic use of face masks and social distancing is the most effective intervention to curb the infection spread. To control the pandemic, our models suggest that high adherence to social distance is necessary to curb the spread of the disease, and that wearing face masks provides optimal protection even if only a small portion of the population comply with social distance. Finally, the face mask effectiveness in curbing the viral spread is not reduced if a large fraction of population is asymptomatic. Our findings have important implications for policies that dictate the reopening of social gatherings.


2021 ◽  
Vol 3 (1) ◽  
pp. 33-38
Author(s):  
Febiannisa Utami ◽  
Suhendri Suhendri ◽  
Muhammad Abdul Mujib

The large number of citizens in an organization makes the development of an attendance system or citizen detection in a place important in the running of work activities in the organization. Utilization of an IP Camera which is only used for regular monitoring without further detection of the needs of citizens in the organization made the development of personnel detection developed for monitoring the presence of personnel. With the development of a face detection system, it is hoped that the facial algorithm development system will be developed using an IP Camera. Face detection has been developed which has many and special features which aim to determine whether or not a face has been detected in an image. With image management that is developed in face detection, detection will be faster and more accurate because the color is processed into gray degrees so that there are fewer color pixels than those with colors. By using the Python programming language and an image detection library called OpenCV, less code will be designed. This study uses the Viola Jones method, which is a fast and accurate face detection method developed by Paul Viola and Michael Jones. In this study, the Viola Jones method uses the Haar Cascade algorithm which functions as a detection feature in the system and is combined with the internal image process and the AdaBoost Learning and Cascade Classifier so that the detected face object will easily classify whether the object is a face or not. In this case the Cascade Classfier used in this study is the face and eyes. The development of this algorithm is carried out for face detection and recognition. The detection is done by taking pictures with the process taken using a webcam. The system will take several pictures and then the image data will be stored in a folder called dataSet. After that, all data is trained so that it can be recognized by the system. With retrieval, detection and recognition limitations that can only be taken from a distance of less than three meters, face detection on the IP Camera can still read objects other than faces. With recognition and accuracy on the webcam camera, about 80,5% this system can be developed with the Haar Cascade algorithm and the Haar Cascade algorithm precisely to be applied to the development of faced detection and face recognition. By developing the Haar Cascade algorithm for face detection, problems and utilization of an organization's data can be more easily detected and used by IP cameras that can support the performance process of face detection and recognition


Author(s):  
Enrique Lee Huamaní ◽  
◽  
Lilian Ocares Cunyarachi

Due to the pandemic caused by Covid-19, daily life has changed significantly. For this reason, biosecurity measures have been implemented to prevent the spread of the virus as an effective way to reactivate economic activities. In this sense, the present paper focuses on real-time face detection as a measure of control at the entrance to an entity, thus avoiding the spread of the virus while recognizing the identity of workers despite the use of masks and thus reducing the risk of entry of individuals outside the organization. Therefore, the objective is to contribute to the security of a company through the application of machine learning methodology. The selection of methodology is justified due to the adaptation of the same according to the interests of this project. Consequently, algorithms were used in a progressive manner, obtaining as a result the control system that was intended, since each particularity of the face of the individual was recognized in relation to its corresponding identification. Finally, the results of this article benefit the security of organizations regardless of their field or sector. Keywords— Control, Detection, Facial Recognition, Facial Mask, Face recognition, Machine learning.


Author(s):  
Sanket Shete ◽  
Kiran Tingre ◽  
Ajay Panchal ◽  
Vaibhav Tapse ◽  
Prof. Bhagyashri Vyas

Covid19 has given a new identity for wearing a mask. It is meaningful when these masked faces are detected accurately and efficiently. As a unique face detection task, face mask detection is much more difficult because of extreme occlusions which leads to the loss of face details. Besides, there is almost no existing large-scale accurately labelled masked face dataset, which increase the difficulty of face mask detection. The system encourages to use CNN-based deep learning algorithms which has done vast progress towards researches in face detection In this paper, we propose novel CNN-based method which is formed of three convolutional neural networks to detect face mask. Besides, because of the shortage of face masked training samples, we propose a new dataset called” face mask dataset” to finetune our CNN models. We evaluate our proposed face mask detection algorithm on the face mask testing set, and it achieves satisfactory performance


Author(s):  
Raj Kushwaha ◽  
Kismat Khatri ◽  
Yogesh Mahato

The battle of corona-virus and mankind is possible to be tackled as long as we maintain the basic norm of social distancing and wearing masks amongst ourselves as it is through our droplets from the respiratory tract that the virus spreads. With the increasing demand for man-force and people requiring to go to their workplaces post lockdown, it is very necessary that we save each other from the virus. In this project, we will go through a detailed explanation of how we can use Python, AI and Deep Learning to monitor social distancing at public places and workplaces are keeping a safe distance from each other by analyzing real-time video streams from the camera and also detect facial mask monitoring using OpenCV and Python. To ensure if people are following social distancing protocols in public places and workplaces, we wanted to develop a tool that can monitor if people are keeping a safe distance from one another, wearing masks or not by processing real-time video footage from the camera. People at workplaces, factories, shops can integrate this tool into their security camera systems and can monitor whether people are keeping a safe distance from each other or not along with that we detect facial mask monitoring using Python with help of haar-cascade algorithm to see whether a person is wearing a mask or not. We are also planning to include thermal screening detection to measure the temperature of the subjects, a dashboard which will display a live report of corona cases around the world. We will also include an alert system that will send a notification to the authorities if the social distancing is not followed or if the temperature exceeds the threshold. The authorities can take suitable measures to isolate the subject and thus prevent the spread of Covid-19.


2020 ◽  
Vol 9 (1) ◽  
pp. 2134-2138

Attendance system is very important in schools and colleges’ Manual attendance system has many difficulties like it may less accurate and critical to maintain. So, attendance system using face recognition technique increase the accuracy and also it required less time than other methods. There are many existing system for attendance such as face recognition using IoT, PIR sensors and so on. For face recognition, hardware devices also helpful. But challenge is that to maintain all the sensors properly without get damage. After studying all method and techniques we are trying to implement a system with Haar Cascade Algorithm which has highest accuracy among all. It is able to capture the images from 50-70cm. We are creating graphical user interface which capture the images, create the dataset and train the dataset on single click. After recognizing the face it will display name of student and roll number. That information stored in attendance sheet automatically with time and date.


Author(s):  
Priyank Jain ◽  
Meenu Chawla ◽  
Sanskar Sahu

Identification of a person by looking at the image is really a topic of interest in this modern world. There are many different ways by which this can be achieved. This research work describes various technologies available in the open-computer-vision (OpenCV) library and methodology to implement them using Python. To detect the face Haar Cascade are used, and for the recognition of face eigenfaces, fisherfaces, and local binary pattern, histograms has been used. Also, the results shown are followed by a discussion of encountered challenges and also the solution of the challenges.


2020 ◽  
Vol 8 ◽  
Author(s):  
Nour Mheidly ◽  
Mohamad Y. Fares ◽  
Hussein Zalzale ◽  
Jawad Fares

Interpersonal communication has been severely affected during the COVID-19 pandemic. Protective measures, such as social distancing and face masks, are essential to mitigate efforts against the virus, but pose challenges on daily face-to-face communication. Face masks, particularly, muffle sounds and cover facial expressions that ease comprehension during live communication. Here, we explore the role of facial expressions in communication and we highlight how the face mask can hinder interpersonal connection. In addition, we offer coping strategies and skills that can ease communication with face masks as we navigate the current and any future pandemic.


2019 ◽  
Vol 8 (4) ◽  
pp. 2236-2239

This Paper represents the face detection using advanced method deep neural network which uses deep learning frame work. The old models used to detect the faces were like Haar-cascade method which detect the faces with good approaches but there is some uncertainty in the accuracy of the old models, so in this system we will use the latest deep neural network model which is embedded with latest open cv and by using the deep learning model frame work which is weighted with some other files. By using this model, we can achieve the better accuracy in face detection which can be used for further purposes like auto focus in cameras, counting number of people etc. This model detects the faces accurately and paves the way for better recognition systems which can be used in many face biometric applications. For this purpose, low-cost computer board Raspberry Pi and Camera Sensor will be used.


Electronics ◽  
2021 ◽  
Vol 10 (23) ◽  
pp. 2996
Author(s):  
Inderpreet Singh Walia ◽  
Deepika Kumar ◽  
Kaushal Sharma ◽  
Jude D. Hemanth ◽  
Daniela Elena Popescu

SARS-CoV-19 is one of the deadliest pandemics the world has witnessed, taking around 5,049,374 lives till now across worldwide and 459,873 in India. To limit its spread numerous countries have issued many safety measures. Though vaccines are available now, still face mask detection and maintain social distance are the key aspects to prevent from this pandemic. Therefore, authors have proposed a real-time surveillance system that would take the input video feed and check whether the people detected in the video are wearing a mask, this research further monitors the humans for social distancing norms. The proposed methodology involves taking input from a CCTV feed and detecting humans in the frame, using YOLOv5. These detected faces are then processed using Stacked ResNet-50 for classification whether the person is wearing a mask or not, meanwhile, DBSCAN has been used to detect proximities within the persons detected.


Sign in / Sign up

Export Citation Format

Share Document