NeuralVFX / facial-pose-estimation-opencv

OpenCV Project - Realtime Facial + Headpose Estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facial-Pose-Estimation-OpenCV

This repository is a Visual Studio Project, it contains a C++ implimentation of Realtime Facial and Headpose Estimation using OpenCV, DLIB and a CNN trained in Pytorch.

About

This is one of three repositories which together form a larger project, these are the three repositories:

This blog post describes the whole project: AR Facial Pose Estimation

Extra Info

  • The output of the Visual Studio Project is a DLL
  • The DLL outputs the Transform Matrix, a set of Blendshape Values, and the pixels of the image
  • An example of using this DLL with Unity can be found in this project: facial-pose-estimation-unity
  • The Neural Net used by the project can be found here: facial-pose-estimation-pytorch

Estimation Pipeline Diagram

Code Usage

Usage instructions found here: user manual page.

About

OpenCV Project - Realtime Facial + Headpose Estimation

License:MIT License


Languages

Language:C++ 100.0%