personalrobotics / face_detection

Repository for detecting facial features and head pose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Detection

Repository for detecting facial features (eyes, mouth open/closed etc.) and head pose

Software and Hardware Dependencies:

Ubuntu 16.04
C++11
OpenCV3: https://www.learnopencv.com/install-opencv3-on-ubuntu/
Dlib 19.4: https://www.learnopencv.com/install-dlib-on-ubuntu/
ROS Kinetic: http://wiki.ros.org/kinetic/Installation
Intel RealSense: https://software.intel.com/en-us/realsense/d400/get-started

Pre-trained facial landmark model:

Include the path of this file in the code: https://drive.google.com/open?id=1QU6L3vHeN24hwjQ1pVxuNKtbJj-fTvql

About

Repository for detecting facial features and head pose

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 88.2%Language:CMake 11.8%