You are on page 1of 12

DESIGN & SIMULATION OF SOCIAL DISTANCE

DETECTOR USING YOLO ALGORITHM


MINOR PROJECT REPORT

18TE64

Submitted by

Anjali Sinha 1RV18TE005


N Sahithi 1RV18TE026

Under the guidance of

Dr. Bhagya R
Associate Professor
Department of Electronics and Telecommunication Engineering
RV College of Engineering

Submitted in partial fulfillment for the award of degree


of
Bachelor of Engineering
in
Telecommunication Engineering

2020-2021
RV COLLEGE OF ENGINEERING®, BENGALURU-59
(Autonomous Institution Affiliated to VTU, Belagavi)

DEPARTMENT OF ELECTRONICS AND TELECOMMUNICATION


ENGINEERING

CERTIFICATE

Certified that the minor project work titled “Design & Simulation of Social Distance Detector
using YOLO algorithm” is carried out by Anjali Sinha(1RV18TE005) &
N Sahithi(1RV18TE026) who are bonafide students of RV College of Engineering,
Bengaluru, in partial fulfillment for the award of degree of Bachelor of Engineering in
Telecommunication Engineering of the Visvesvaraya Technological University, Belagavi
during the year 2020-2021. It is certified that all corrections/suggestions indicated for the
Internal Assessment have been incorporated in the minor project report deposited in the
departmental library. The minor project report has been approved as it satisfies the academic
requirements in respect of minor project work prescribed by the institution for the said degree.

Signature of Guide Signature of Head of the Department Signature of Principal


Dr.Bhagya R Dr. K. Sreelakshmi Dr. K.N. Subramanya
Associate Professor Professor and Head, Principal, RVCE
Dept. of ETE, RVCE Dept. of ETE, RVCE RVCE

External Viva

Name of Examiners Signature with Date

2
RV COLLEGE OF ENGINEERING®, BENGALURU-59
(Autonomous Institution Affiliated to VTU, Belagavi)

DEPARTMENT OF ELECTRONICS AND TELECOMMUNICATION


ENGINEERING

DECLARATION

We,Anjali Sinha & N Sahithi students of sixth semester B.E., Department of Electronics and
Telecommunication Engineering, RV College of Engineering, Bengaluru, hereby declare that
the minor project titled “Design & Simulation of Social Distance Detector using YOLO
algorithm” has been carried out by us and submitted in partial fulfilment for the award of
degree of Bachelor of Engineering in Telecommunication Engineering during the year
2020-2021.

Further we declare that the content of the dissertation has not been submitted previously by
anybody for the award of any degree or diploma to any other university.

We also declare that any Intellectual Property Rights generated out of this project carried out at
RVCE will be the property of RV College of Engineering, Bengaluru and we will be one of the
authors of the same.

Place: Bengaluru

Date:

Names Signature
1. Anjali Sinha (1RV18TE005)
2. N Sahithi(1RV18TE026)
ACKNOWLEDGEMENT
ABSTRACT

iv
TABLE OF CONTENTS
Abstract
Table of Contents iv
List of Figures
List of Tables
List of Acronyms

Chapter 1
1. Introduction
1.1. Introduction 1
1.2. Literature Review 3
1.3. Motivation
1.4. Problem Statement 6
1.5. Objectives 7
1.6. Methodology (Simple flow chart)
1.7. Software Requirements 8
1.8. Organization of the Report 9

CHAPTER 2
2. Introduction to Computer Vision and YOLO
2.1 Computer Vision
2.2 YOLO

CHAPTER 3
3. Design & Implementation

3.1. Flow chart


3.2. People Detection (YOLO)
3.3. Inputs and Trained Datasets (MS COCO, Darknet)
3.4. People Tracking
3.5. Inter Distance Estimation
11

CHAPTER 4
4. Software Specifications

v
3.1. Google Colab 21

CHAPTER 5
5. Results and Discussion
4.1. 31

CHAPTER 5
5. Conclusion and Future Scope
5.1. Conclusion 41
5.2. Future Scope

References 43
CO-PO Mapping 46

List of Figures
Figure Page
Description
No. No.

1.1 Figure Title 12

vi
List of Tables
Table Description Page
No. No.

1.1 Title 19

vii
List of Acronyms

AES - Advanced Encryption Standard


WLAN - Wireless Local Area Network

Alphabetical order

viii
The objectives of the project include:
• Understanding the importance of social distancing during pandemic
• Detection of humans in the frame to compute distance between them.
• Implementation of social distancing detector with functions such as displaying the
human count, number of abnormal and serious violations in a video frame
• Incorporate real time email alert if the number of violations exceeds the threshold
limit.
• Simulation of social distancing detector using Google Colab.

ix
x

You might also like