PART2
PART2
Nowadays, accidents occur during drowsy road trips and increase day by day. It is a known fact that
many accidents occur due to driver fatigue and sometimes inattention, this project is primarily
devoted to maximizing efforts to identify drowsiness. State of the driver under real driving
conditions. The aim of driver drowsiness detection systems is to try to reduce these traffic accidents.
Our goal is to provide an interface where the program can automatically detect the driver's
drowsiness by using the image of a person captured by the webcam and calculating the eye aspect
ratio . When the eye aspect ratio is less than threshold value then driver is sleepy and it plays an
alert sound. This project is developed using Python and its libraries OpenCV and dlib which is used
to detect the face detection and landmark detection.
i
ACRONYMS
ML : Machine Learning
ii
TABLE OF CONTENTS
Page No.
ABSTRACT i
ACRONYMS ii
LIST OF FIGURES iv
CHAPTER 1 INTRODUCTION 01
1.1 INTRODUCTION 01
1.2 OBJECTIVES 01
1.3 METHODOLOGY 02
CHAPTER 2 LITERATURE REVIEW 03
CHAPTER 3 IMPLEMENTATION 04
3.1 ALGORITHM 04
3.1.1 FACE DETECTION AND LANDMARK DETECTION 04
4.2 RESULT 12
4.3 MERTIS AND DEMERITS 13
CHAPTER 5 CONCLUSION AND FUTURE SCOPE 14
5.1 CONCLUSION 14
iii
LIST OF FIGURES
iv