Skip to content

detection with Dlib on android,include eyes blink detection,head orientation detection

License

Notifications You must be signed in to change notification settings

zhufa/detectionWithDlib

Repository files navigation

Introduction

detectionWithDlib is an android application which can detect your blinking movements and head orientation. It's based on fast-face-android ,which make an upgraded from dlib-android, fast-face-android using facing front camera instead and speeds up 2x or more from the original.

before you start the detection, there are 3 option for you to choose, see from the screenshot below.

eyes blink detection

I have implemented blink detection on Python before, so I just ported it to Android.

blink detection needs to process data of every frame, AndroidCamera-ProcessFrames provides some ways to process frame without frame-loss, I use one of them.

Screenshot


head orientation detection

it's easy to judge the orientation of a head with the help of Dlib's 68 face landmark

Sreenshot

About

detection with Dlib on android,include eyes blink detection,head orientation detection

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages