Skip to content

Pr4t3/DriverDrowsinessDetector

Repository files navigation

Data analysis

  • Document here the project: DriverDrowsinessDetector
  • Description: Project Description
  • Data Source:MRL Eye dataset
  • Type of analysis:Image data processing

Please document the project the better you can.

Startup the project

The initial setup.

Create virtualenv and install the project:

sudo apt-get install virtualenv python-pip python-dev
deactivate; virtualenv ~/venv ; source ~/venv/bin/activate ;\
    pip install pip -U; pip install -r requirements.txt

Unittest test:

make clean install test

Check for DriverDrowsinessDetector in gitlab.com/{group}. If your project is not set please add it:

  • Create a new project on gitlab.com/{group}/DriverDrowsinessDetector
  • Then populate it:
##   e.g. if group is "{group}" and project_name is "DriverDrowsinessDetector"
git remote add origin git@github.com:{group}/DriverDrowsinessDetector.git
git push -u origin master
git push -u origin --tags

Functionnal test with a script:

cd
mkdir tmp
cd tmp
DriverDrowsinessDetector-run

Install

Go to https://github.com/{group}/DriverDrowsinessDetector to see the project, manage issues, setup you ssh public key, ...

Create a python3 virtualenv and activate it:

sudo apt-get install virtualenv python-pip python-dev
deactivate; virtualenv -ppython3 ~/venv ; source ~/venv/bin/activate

Clone the project and install it:

git clone git@github.com:{group}/DriverDrowsinessDetector.git
cd DriverDrowsinessDetector
pip install -r requirements.txt
make clean install test                # install and test

Functionnal test with a script:

cd
mkdir tmp
cd tmp
DriverDrowsinessDetector-run

About

'Our drowsiness detector detects driver's eyes and if they are closed for more than 2 seconds and alerts driver'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •