SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: | ISO 9001:2008 Certified Journal | Page 1791
Real Time Social Distance Detector using Deep learning
MARADANI SUDHATRI1, KILARI VENKATA SAI DHAREESH2, IRALA KRANTHIKUMAR3
1Dept. Of ECE, LAKIREDDY BALI REDDY COLLEGE OF ENGINEERING, Mylavaram, Andhra Pradesh
2Dept. of CSE, Presidency University, Bangalore, India
3Dept. Of ECE, SRM Institute of Science and Technology, Kattankulathur, Chennai, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The COVID-19 epidemic has unquestionably
stopped all human activity. The world we were living in a few
months ago is quite different from the one we are living in
now. The virus is dangerous to humanity and is rapidly
spreading. Given the urgent need, one must constantly take
some measures, one of which is social estrangement. To
guarantee a decrease in the growing rate of new cases during
COVID-19, maintaining social distance is essential. The major
goal of our text is to determine whether others around us are
keeping social distance. The SocialdistancingNet-19 model we
created for identifying a person's frame and presenting labels
marks them as safe or dangerous depending on whether the
distance is more than a certain threshold. People may be
watched over with this technique andCCTVvideosurveillance.
Our model has a 92.8 percent accuracy rate.
Key Words: Covid19, Social Distance, Object detection.
1. INTRODUCTION
The corona virus-2 severe acute respiratorysyndromeisthe
viral illness that causes coronavirus. The illness was
originally discovered in Wuhan, China, in December, which
helped it spread over the globe. The virus mostly transmits
between people when they are in proximity, particularly via
microscopic droplets produced while coughing or sneezing.
Droplets that fall on the ground will go through a person's
body and through the air. The illness is most contagious
during the first three days. Several common symptoms
include weariness, a dry cough, and nausea. A global pause
has resulted from severe and catastrophic human
consequences. Such symptoms often include headache and
sore throat. A person with minor symptoms needs two
weeks to recover. Individuals with severe symptoms may
take longer to heal depending on the severity and immune
system of the person. The WorldHealthOrganization(WHO)
recommends using the phrase "social separation"
considering the disease's destructive spread.
Maintaining physical distance is crucial to reduce the
disease's pace of transmission. To be secure and return to
the world we lived in a few months ago, two metres must
always be maintained between any two people. Following
the COVID-19 pandemic, the CDC revised the definition of
social distance as staying away from congregate areas,
forbidding public gatherings, and maintaining, where
necessary, a space of about six feet or two metres from
everyone. Recent research has shown that during exercise,
sneeze or deep inhale droplets may travel more than six
metres. Thus, maintaining the social distance standard is
both necessary and advantageous for us to live a safer and
better life. Our research suggests a way to assess a person's
compliance with the social distance norm. The results are
validated via a video feed and a live webcast. We can
determine if a person is maintaining social distance by
gauging the distance between two frames of themfromtheir
centroids. They are marked as safe and harmful as well.
2. Literature Review
Several studies, including a wide range of research
approaches, have been conducted on the topic of social
distance. To put a halt to the transmission of the Covid-19
virus, Yadav et al. [1] proposed a system that used a
Raspberry Pi4 computer that was fitted with a camera to
carry out automated, round-the-clock surveillance of public
areas. A trained model and a bespoke data set were loaded
onto a Raspberry Pi 4 before it was equipped with a camera
and given its configuration. The model in the raspberry pi4
receives real-time footage of public spaces from the camera,
and it continuously and automatically analyses those spaces
to determine whether people are wearing masks and
whether individuals maintain acceptable social distances
between themselves and one another. Their systemoperates
in two stages: first, when a person is recognized without a
mask,a photo is taken and sent to a controlcenterattheState
Police Headquarters; and second, when an individual
consistently violates the social distance rule within the
threshold time, an alarm sounds, warning them to keep their
distance from one another, and a critical alert is sent to the
control center at the State Police Headquarters for further
action. When a person is recognized without a mask, the
photo is sent to a control center at the StateTheyachievedan
accuracylevel of 91 percent. Singh Punn et al. [4] presenteda
real-time based deep learning method to assess social
distance. This method makes use of object recognition and
tracking methods. After counting the number of groups that
were formed, we were able to determine the total number of
violations, and the violation index term was computed by
dividing the total number of persons by the total number of
groupings. A variety of object detection models, such as
Faster RCNN, SSD, and YOLO v3, were used. These models
achieved a satisfactory balance of FPS and mAP score
performance. Yang et al.proposed an AI monocular camera-
based real-time system to measure social distance [5].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: | ISO 9001:2008 Certified Journal | Page 1792
Chart -1: Comparison of YOLO v3 performance curve
3. Methodology
We made use of the pre-trained YOLO V3 (Version-3)
model that was developedusingtheCOCOdataset.Inorderto
complete this project, we made use of many technologies
offered by DNN, such as blogFromImage, NMS (Non maxima
suppression),and dark net. We useNMS,theblobFromImage
functionality, and the dark net design for deep neural
networks to suppress weaksignalsorweakdetections.These
are all deep learning techniques.Thereareeightyitemsinthe
COCO dataset; however, we only use one of those objects—a
person object—to calculate the social distance between
different people. After confirming that the object in question
is really a person, we will go on to the next step only then.
The suggested system wouldfunction to keep individuals
safe in public spaces by automatically monitoring their
behavior to determine whethertheymaintainanappropriate
social distance and identifying those who are wearing face
masks. In the following paragraphs, the design of the
suggested systemandthewayitwouldoperateautomatically
to stop the spread of the coronavirus will be discussed. The
system that has been developed makes use ofadeeplearning
algorithm, computer vision, and an approach thatisbasedon
transfer learning to optimize its performance.
Fig 1. Architecture Diagram
With regard to this undertaking, we came to the
conclusion that the minimum distance need to be fifty pixels,
the minimum thresh hold ought to be thirty-three, and the
minimal configurations ought to be thirty-three.Anumberof
different libraries, including OpenCV, imutils, SciPy, NumPy,
and argparse, were used in the development of this project.
Our team was able to perform features relating to image
processing by using OpenCV.It is alibrarythatcanbeusedby
anybody, and some of the functions of imutils that are being
utilized in the project are show (for displaying photographs)
and resize. This library is open for anyone to use. NumPy,
which stands for "numerical Python," is used when dealing
with arrays, the SciPy package, which stands for "scientific
Python," is utilized when importing distance measures such
as the Euclidean distance, and argparse is utilized when
supplying input video as a command line option. The
scientific Python programming language has a library called
SciPy that is one of its components.
The RestNet50 is having weights loaded onto it, the network
head is being removed, a new FC head is being constructed
and will replace the old one when it is joined to the base, and
the network's base layers are being frozen. In addition to
these steps, the network is having its base layersfrozen.Only
the weights of the head layerwill be adjusted duringthefine-
tuning stage of the backpropagation process; the weights of
the base layers will continue to be the same. Once the data
have been collected, the model will be built, trained, and its
architecture will be prepared so that it may be fine-tuned.
This process will begin once the data have been collected.
Because we feel that deploying our model to edge devices in
order to conduct continuous monitoring of public spaces
would lessen the load that is associated with physical
monitoring, weopted to adopt thisarchitecture.Asaresultof
this decision, weare now using this architecture.Thissystem
may refer to edge devices that are used to ensure that public
safety requirements are adhered to in locations such as
airports, train stations, companies, schools, and other public
spaces. These devices may be employed to ensure
compliance.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: | ISO 9001:2008 Certified Journal | Page 1793
Fig 2. Flow chart
4. Results
To show the result, weused argparse and providedourinput
video as an argument. Intheoutput,socialdistanceviolations
will be shown for thatspecific frame and violatedindividuals
will be marked alongside non-violated individuals.
Fig 3. Result
Fig 4. Result
These pictures are snapshots of the finished film after the
social distance code was applied.
5. CONCLUSIONS
According to the findings of our research, changes in social
distance may be classified as either violating or upholding
the social distance norm. Additionally, labels are shown in
accordance with the objects that have been detected. After
that, the classifier was used on both continuous live video
streams and single-frame photos. This device might be used
in combination with CCTV to keep an eye on individuals
when there is a pandemic going on. It is possible to conduct
mass screening at crowded areas such as train stations, bus
stops, marketplaces, streets, entrances to shopping malls,
schools, universities, and other similar establishments. We
are able to control the spread of the virus by keeping a close
eye on the physical distance that exists between people and
ensuring that they keep an appropriate social distance from
one another.
6. Future Enhancements
This technique might be applied in CC cameras and used in
public places like shopping malls and airports to monitor
social distance between individuals. If we install all of the
required packages, we will be able to utilize the more
sophisticated version of YOLO, which will allow for faster
detections in the future, and we can activate GPU support,
which will make output execution go more quickly.
REFERENCES
[1]. S. Yadav, Deep learning based safe social distancing and
face mask detection in public areas for covid-19 safety
guidelines adherence
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: | ISO 9001:2008 Certified Journal | Page 1794
[2]. F. Sener, N. Ikizler-Cinbis, Two-person interaction recog
nition via spatial multiple instance embedding, Journal of
Visual Communication and Image Representation 32, 63
(2015)
[3]. W. Liu, D. Anguelov, D. Erhan, C. Szegedy, S. Reed,C.Y.Fu,
A.C. Berg, in European conference on computer vision
(Springer, 2016), pp. 21–37
[4]. N. Singh Punn, S.K. Sonbhadra, S. Agarwal, Monitor ing
covid-19 social distancing with person detection and
tracking via fine-tuned yolo v3 and deepsort techniques,
arXiv pp. arXiv–2005 (2020)
[5]. D. Yang, E. Yurtsever, V. Renganathan, K.A. Redmill, U.
Ozg¨uner, A vision-based social distancing and critical
density detection system for covid-19, arXiv e-prints pp.
arXiv–2007 (2020)
[6]. M. Bielecki, R. Z¨ust, D. Siegrist, D. Meyerhofer, G.A.G.
Crameri, Z.G. Stanga, A. Stettbacher, T.W. Buehrer, J.W.
Deuel, Social distancing alters the clinical courseofcovid-
19 in young adults: A comparative cohort study, Clinical
Infectious Diseases (2020)
[7]. R.R. Nadikattu, S.M. Mohammad, P. Whig, Novel eco
nomical social distancing smart device for covid-19, In
ternational Journal of Electrical Engineering and Tech
nology (IJEET) (2020)
[8]. A. Ghorai, S. Gawde, D. Kalbande, Digital solution for
enforcing social distancing, Available at SSRN 3614898
(2020)
[9]. L. Ramadass, S. Arunachalam, Z. Sagayasree, Apply ing
deep learning algorithm to maintain social distance in
public place through drone technology, International
Journal of Pervasive Computing and Communications
(2020)
[10]. T.C. Reluga, Game theory of social distancing in re
sponse to an epidemic, PLoS Comput Biol 6(5), e1000793
(2010)
[11]. Y. Feng, T. Marchal, T. Sperry, H. Yi, Influence of wind
and relative humidity on the social distancing effective
ness to prevent covid-19 airborne transmission: A numer
ical study, Journal of aerosol science p. 105585 (2020)
[12]. J. Venkateswaran, O. Damani, Effectiveness of testing,
tracing, social distancing and hygiene in tackling covid 19
in india: A system dynamics model, arXiv preprint
arXiv:2004.08859 (2020)

Contenu connexe

Similaire à Real Time Social Distance Detector using Deep learning

Similaire à Real Time Social Distance Detector using Deep learning (20)

Covid Mask Detection and Social Distancing Using Raspberry pi
Covid Mask Detection and Social Distancing Using Raspberry piCovid Mask Detection and Social Distancing Using Raspberry pi
Covid Mask Detection and Social Distancing Using Raspberry pi
 
Designing of Application for Detection of Face Mask and Social Distancing Dur...
Designing of Application for Detection of Face Mask and Social Distancing Dur...Designing of Application for Detection of Face Mask and Social Distancing Dur...
Designing of Application for Detection of Face Mask and Social Distancing Dur...
 
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
 
Face Mask and Social Distance Detection
Face Mask and Social Distance DetectionFace Mask and Social Distance Detection
Face Mask and Social Distance Detection
 
6’APART – A STEP TO PREVENT COVID-19
6’APART – A STEP TO PREVENT COVID-196’APART – A STEP TO PREVENT COVID-19
6’APART – A STEP TO PREVENT COVID-19
 
6’APART – A STEP TO PREVENT COVID-19
6’APART – A STEP TO PREVENT COVID-196’APART – A STEP TO PREVENT COVID-19
6’APART – A STEP TO PREVENT COVID-19
 
Intelligent System For Face Mask Detection
Intelligent System For Face Mask DetectionIntelligent System For Face Mask Detection
Intelligent System For Face Mask Detection
 
SOCIAL DISTANCING DETECTION
SOCIAL DISTANCING DETECTIONSOCIAL DISTANCING DETECTION
SOCIAL DISTANCING DETECTION
 
Face Mask Detection and Contactless Body Temperature Sensing
Face Mask Detection and Contactless Body Temperature SensingFace Mask Detection and Contactless Body Temperature Sensing
Face Mask Detection and Contactless Body Temperature Sensing
 
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
 
Covid Norms Checker with IOT Based Health Monitoring
Covid Norms Checker with IOT Based Health MonitoringCovid Norms Checker with IOT Based Health Monitoring
Covid Norms Checker with IOT Based Health Monitoring
 
IoT Based Human Activity Recognition and Classification Using Machine Learning
IoT Based Human Activity Recognition and Classification Using Machine LearningIoT Based Human Activity Recognition and Classification Using Machine Learning
IoT Based Human Activity Recognition and Classification Using Machine Learning
 
Advance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVAdvance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCV
 
Deep Learning Assisted Tool for Face Mask Detection
Deep Learning Assisted Tool for Face Mask DetectionDeep Learning Assisted Tool for Face Mask Detection
Deep Learning Assisted Tool for Face Mask Detection
 
7.Mask detection.pdf
7.Mask detection.pdf7.Mask detection.pdf
7.Mask detection.pdf
 
Detecting anomalies in security cameras with 3D-convolutional neural network ...
Detecting anomalies in security cameras with 3D-convolutional neural network ...Detecting anomalies in security cameras with 3D-convolutional neural network ...
Detecting anomalies in security cameras with 3D-convolutional neural network ...
 
A Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall DetectionA Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall Detection
 
A Novel Method For Evaluation of Automation Dry Fog Disinfecting Unit
A Novel Method For Evaluation of Automation Dry Fog Disinfecting UnitA Novel Method For Evaluation of Automation Dry Fog Disinfecting Unit
A Novel Method For Evaluation of Automation Dry Fog Disinfecting Unit
 
Person Acquisition and Identification Tool
Person Acquisition and Identification ToolPerson Acquisition and Identification Tool
Person Acquisition and Identification Tool
 
Sanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemSanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance System
 

Plus de IRJET Journal

Plus de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Dernier

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Dernier (20)

Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 

Real Time Social Distance Detector using Deep learning

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: | ISO 9001:2008 Certified Journal | Page 1791 Real Time Social Distance Detector using Deep learning MARADANI SUDHATRI1, KILARI VENKATA SAI DHAREESH2, IRALA KRANTHIKUMAR3 1Dept. Of ECE, LAKIREDDY BALI REDDY COLLEGE OF ENGINEERING, Mylavaram, Andhra Pradesh 2Dept. of CSE, Presidency University, Bangalore, India 3Dept. Of ECE, SRM Institute of Science and Technology, Kattankulathur, Chennai, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The COVID-19 epidemic has unquestionably stopped all human activity. The world we were living in a few months ago is quite different from the one we are living in now. The virus is dangerous to humanity and is rapidly spreading. Given the urgent need, one must constantly take some measures, one of which is social estrangement. To guarantee a decrease in the growing rate of new cases during COVID-19, maintaining social distance is essential. The major goal of our text is to determine whether others around us are keeping social distance. The SocialdistancingNet-19 model we created for identifying a person's frame and presenting labels marks them as safe or dangerous depending on whether the distance is more than a certain threshold. People may be watched over with this technique andCCTVvideosurveillance. Our model has a 92.8 percent accuracy rate. Key Words: Covid19, Social Distance, Object detection. 1. INTRODUCTION The corona virus-2 severe acute respiratorysyndromeisthe viral illness that causes coronavirus. The illness was originally discovered in Wuhan, China, in December, which helped it spread over the globe. The virus mostly transmits between people when they are in proximity, particularly via microscopic droplets produced while coughing or sneezing. Droplets that fall on the ground will go through a person's body and through the air. The illness is most contagious during the first three days. Several common symptoms include weariness, a dry cough, and nausea. A global pause has resulted from severe and catastrophic human consequences. Such symptoms often include headache and sore throat. A person with minor symptoms needs two weeks to recover. Individuals with severe symptoms may take longer to heal depending on the severity and immune system of the person. The WorldHealthOrganization(WHO) recommends using the phrase "social separation" considering the disease's destructive spread. Maintaining physical distance is crucial to reduce the disease's pace of transmission. To be secure and return to the world we lived in a few months ago, two metres must always be maintained between any two people. Following the COVID-19 pandemic, the CDC revised the definition of social distance as staying away from congregate areas, forbidding public gatherings, and maintaining, where necessary, a space of about six feet or two metres from everyone. Recent research has shown that during exercise, sneeze or deep inhale droplets may travel more than six metres. Thus, maintaining the social distance standard is both necessary and advantageous for us to live a safer and better life. Our research suggests a way to assess a person's compliance with the social distance norm. The results are validated via a video feed and a live webcast. We can determine if a person is maintaining social distance by gauging the distance between two frames of themfromtheir centroids. They are marked as safe and harmful as well. 2. Literature Review Several studies, including a wide range of research approaches, have been conducted on the topic of social distance. To put a halt to the transmission of the Covid-19 virus, Yadav et al. [1] proposed a system that used a Raspberry Pi4 computer that was fitted with a camera to carry out automated, round-the-clock surveillance of public areas. A trained model and a bespoke data set were loaded onto a Raspberry Pi 4 before it was equipped with a camera and given its configuration. The model in the raspberry pi4 receives real-time footage of public spaces from the camera, and it continuously and automatically analyses those spaces to determine whether people are wearing masks and whether individuals maintain acceptable social distances between themselves and one another. Their systemoperates in two stages: first, when a person is recognized without a mask,a photo is taken and sent to a controlcenterattheState Police Headquarters; and second, when an individual consistently violates the social distance rule within the threshold time, an alarm sounds, warning them to keep their distance from one another, and a critical alert is sent to the control center at the State Police Headquarters for further action. When a person is recognized without a mask, the photo is sent to a control center at the StateTheyachievedan accuracylevel of 91 percent. Singh Punn et al. [4] presenteda real-time based deep learning method to assess social distance. This method makes use of object recognition and tracking methods. After counting the number of groups that were formed, we were able to determine the total number of violations, and the violation index term was computed by dividing the total number of persons by the total number of groupings. A variety of object detection models, such as Faster RCNN, SSD, and YOLO v3, were used. These models achieved a satisfactory balance of FPS and mAP score performance. Yang et al.proposed an AI monocular camera- based real-time system to measure social distance [5].
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: | ISO 9001:2008 Certified Journal | Page 1792 Chart -1: Comparison of YOLO v3 performance curve 3. Methodology We made use of the pre-trained YOLO V3 (Version-3) model that was developedusingtheCOCOdataset.Inorderto complete this project, we made use of many technologies offered by DNN, such as blogFromImage, NMS (Non maxima suppression),and dark net. We useNMS,theblobFromImage functionality, and the dark net design for deep neural networks to suppress weaksignalsorweakdetections.These are all deep learning techniques.Thereareeightyitemsinthe COCO dataset; however, we only use one of those objects—a person object—to calculate the social distance between different people. After confirming that the object in question is really a person, we will go on to the next step only then. The suggested system wouldfunction to keep individuals safe in public spaces by automatically monitoring their behavior to determine whethertheymaintainanappropriate social distance and identifying those who are wearing face masks. In the following paragraphs, the design of the suggested systemandthewayitwouldoperateautomatically to stop the spread of the coronavirus will be discussed. The system that has been developed makes use ofadeeplearning algorithm, computer vision, and an approach thatisbasedon transfer learning to optimize its performance. Fig 1. Architecture Diagram With regard to this undertaking, we came to the conclusion that the minimum distance need to be fifty pixels, the minimum thresh hold ought to be thirty-three, and the minimal configurations ought to be thirty-three.Anumberof different libraries, including OpenCV, imutils, SciPy, NumPy, and argparse, were used in the development of this project. Our team was able to perform features relating to image processing by using OpenCV.It is alibrarythatcanbeusedby anybody, and some of the functions of imutils that are being utilized in the project are show (for displaying photographs) and resize. This library is open for anyone to use. NumPy, which stands for "numerical Python," is used when dealing with arrays, the SciPy package, which stands for "scientific Python," is utilized when importing distance measures such as the Euclidean distance, and argparse is utilized when supplying input video as a command line option. The scientific Python programming language has a library called SciPy that is one of its components. The RestNet50 is having weights loaded onto it, the network head is being removed, a new FC head is being constructed and will replace the old one when it is joined to the base, and the network's base layers are being frozen. In addition to these steps, the network is having its base layersfrozen.Only the weights of the head layerwill be adjusted duringthefine- tuning stage of the backpropagation process; the weights of the base layers will continue to be the same. Once the data have been collected, the model will be built, trained, and its architecture will be prepared so that it may be fine-tuned. This process will begin once the data have been collected. Because we feel that deploying our model to edge devices in order to conduct continuous monitoring of public spaces would lessen the load that is associated with physical monitoring, weopted to adopt thisarchitecture.Asaresultof this decision, weare now using this architecture.Thissystem may refer to edge devices that are used to ensure that public safety requirements are adhered to in locations such as airports, train stations, companies, schools, and other public spaces. These devices may be employed to ensure compliance.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: | ISO 9001:2008 Certified Journal | Page 1793 Fig 2. Flow chart 4. Results To show the result, weused argparse and providedourinput video as an argument. Intheoutput,socialdistanceviolations will be shown for thatspecific frame and violatedindividuals will be marked alongside non-violated individuals. Fig 3. Result Fig 4. Result These pictures are snapshots of the finished film after the social distance code was applied. 5. CONCLUSIONS According to the findings of our research, changes in social distance may be classified as either violating or upholding the social distance norm. Additionally, labels are shown in accordance with the objects that have been detected. After that, the classifier was used on both continuous live video streams and single-frame photos. This device might be used in combination with CCTV to keep an eye on individuals when there is a pandemic going on. It is possible to conduct mass screening at crowded areas such as train stations, bus stops, marketplaces, streets, entrances to shopping malls, schools, universities, and other similar establishments. We are able to control the spread of the virus by keeping a close eye on the physical distance that exists between people and ensuring that they keep an appropriate social distance from one another. 6. Future Enhancements This technique might be applied in CC cameras and used in public places like shopping malls and airports to monitor social distance between individuals. If we install all of the required packages, we will be able to utilize the more sophisticated version of YOLO, which will allow for faster detections in the future, and we can activate GPU support, which will make output execution go more quickly. REFERENCES [1]. S. Yadav, Deep learning based safe social distancing and face mask detection in public areas for covid-19 safety guidelines adherence
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: | ISO 9001:2008 Certified Journal | Page 1794 [2]. F. Sener, N. Ikizler-Cinbis, Two-person interaction recog nition via spatial multiple instance embedding, Journal of Visual Communication and Image Representation 32, 63 (2015) [3]. W. Liu, D. Anguelov, D. Erhan, C. Szegedy, S. Reed,C.Y.Fu, A.C. Berg, in European conference on computer vision (Springer, 2016), pp. 21–37 [4]. N. Singh Punn, S.K. Sonbhadra, S. Agarwal, Monitor ing covid-19 social distancing with person detection and tracking via fine-tuned yolo v3 and deepsort techniques, arXiv pp. arXiv–2005 (2020) [5]. D. Yang, E. Yurtsever, V. Renganathan, K.A. Redmill, U. Ozg¨uner, A vision-based social distancing and critical density detection system for covid-19, arXiv e-prints pp. arXiv–2007 (2020) [6]. M. Bielecki, R. Z¨ust, D. Siegrist, D. Meyerhofer, G.A.G. Crameri, Z.G. Stanga, A. Stettbacher, T.W. Buehrer, J.W. Deuel, Social distancing alters the clinical courseofcovid- 19 in young adults: A comparative cohort study, Clinical Infectious Diseases (2020) [7]. R.R. Nadikattu, S.M. Mohammad, P. Whig, Novel eco nomical social distancing smart device for covid-19, In ternational Journal of Electrical Engineering and Tech nology (IJEET) (2020) [8]. A. Ghorai, S. Gawde, D. Kalbande, Digital solution for enforcing social distancing, Available at SSRN 3614898 (2020) [9]. L. Ramadass, S. Arunachalam, Z. Sagayasree, Apply ing deep learning algorithm to maintain social distance in public place through drone technology, International Journal of Pervasive Computing and Communications (2020) [10]. T.C. Reluga, Game theory of social distancing in re sponse to an epidemic, PLoS Comput Biol 6(5), e1000793 (2010) [11]. Y. Feng, T. Marchal, T. Sperry, H. Yi, Influence of wind and relative humidity on the social distancing effective ness to prevent covid-19 airborne transmission: A numer ical study, Journal of aerosol science p. 105585 (2020) [12]. J. Venkateswaran, O. Damani, Effectiveness of testing, tracing, social distancing and hygiene in tackling covid 19 in india: A system dynamics model, arXiv preprint arXiv:2004.08859 (2020)