Skip to content

A faster version of the usual drowsiness detectors built using OpenCV.

License

Notifications You must be signed in to change notification settings

IAmSuyogJadhav/fast-drowsiness-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Drowsiness Detector

Makes use of the Lightning Fast Object Detector to accelerate the usual drowsiness detection systems.

Pre-Requisites

Files

Download the following files and put them in the same directory as this repository for it to work properly.

Packages

You will need Python 3 with following packages installed.

  • opencv-python
  • opencv-contrib-python

Install them using:

pip3 install opencv-python opencv-contrib-python

Run

Navigate to the directory where you cloned or downloaded and extracted this repository and run:

python3 try.py

Releases

No releases published

Packages

No packages published

Languages