Skip to content

tao8687/fatigue_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eye_closure

疲劳闭眼检测

dlib install

git clone https://github.com/davisking/dlib.git
cd dlib; mkdir build; cd build; cmake .. ; cmake --build .

opencv install

sudo apt-get install libopencv-dev 

model

wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2
bzip2 -d shape_predictor_68_face_landmarks.dat.bz2

runing

mkdir build && cd build

cmake .. && make