Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vyask21/opencv-drowsy

Drowsiness detection can be quickly done using shape predictor face landmarks.dat model file that mark the essential landmarks on the face using OpenCV modules.
https://github.com/vyask21/opencv-drowsy

numpy opencv-python scipy

Last synced: about 1 month ago
JSON representation

Drowsiness detection can be quickly done using shape predictor face landmarks.dat model file that mark the essential landmarks on the face using OpenCV modules.

Awesome Lists containing this project

README

        

# opencv-drowsy

A project inspired by Adrian Rosebrock's take on [Drowsiness detection with OpenCV](https://pyimagesearch.com/2017/05/08/drowsiness-detection-opencv/).

### dependencies

```pip install numpy opencv-python dlib imutils```

> [!NOTE]
>If you're unable to install/run opencv-python or are faced with the error
>ImportError: DLL load failed while importing cv2: The specified module could not be found.
>1. Create a env in your pip/conda environment and try reinstalling opencv-python. Else,
>2. Run ```!pip install opencv-contrib-python``` via jupyter notebook cell.