Giter Site home page Giter Site logo

driver_monitoring's Introduction

driver_monitoring_system

This is a project aimed to monitor a driver's status and actions, such as yawn, phonecall, etc.

Architecture

The driver monitoring system consists of two parts.

  • Facial tracking: an API based on Mediapipe to track facial status, which predicts the eye status (open, close), if open, the gazing direction (left, right, center), and yawn.
  • Action detection: a deep learning model (MobileNet) to predcit driver's behavior (phonecall, texting). Yolov5 is further used to detect phones to enhance performance.

Requirements

python=3.8
tensorflow=2.8.0
torch=1.11.0
opencv-python=4.5.5
mediapipe=0.8.9.1
matplotlib=3.5.1
numpy=1.22.3
scikit-learn=1.0.2

Usage

$ git clone https://github.com/jhan15/driver_monitoring.git
$ cd driver_monitoring

# driver monitorting system
$ python3 dms.py --checkpoint models/model_split.h5 --video <path_to_video> 
                                                    --webcam <cam_id> # or

# play with only facial tracking
$ python3 facial.py

Dataset

The dataset used to train action detection model is DMD.

Demo

driver_monitoring's People

Contributors

jhan15 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.