jayant1211 / euler-angles

This project estimates the Euler angles of a person's face in real-time using a convolutional neural network (CNN) developed by Yinguobing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real-Time Euler Angle Estimation using Yinguobing's CNN

This project estimates the Euler angles of a person's face in real-time using a convolutional neural network (CNN) developed by Yinguobing. The CNN is trained on the 68 facial landmarks detected by the OpenCV face detector.

The angle estimation is performed using the following landmarks:

  • Nose
  • Chin
  • Extreme left of left eye
  • Extreme right of right eye
  • Extreme left of left eyebrow
  • Extreme right of right eyebrow

RESULTS:

You can see the result in video

About

This project estimates the Euler angles of a person's face in real-time using a convolutional neural network (CNN) developed by Yinguobing.


Languages

Language:Python 100.0%