Peppa_Pig_Face_Engine

Purpose: I want to make a face analyzer including face detect and face alignment. Most of the face keypoints codes that opensourced are neither stable nor smooth, including some research papers. And the commercial sdk is pretty expensive. So, there is Peppa_Pig_Face_Engine.

It is a simple demo including face detection and face aligment, and some optimizations were made to make the result smooth.

I think it is pretty cool, see the demo:

Peppa_Pig_Face_Engine

useage

  1. download pretrained model, put them into ./model
  1. run python demo.py --cam_id 0
    or python demo.py --video test.mp4

Train

The project is based on two of my other repos. If you want to train with your own data, or you want to know the details about the models, click them.

ps

The project is supported by myself, i need your advice to improve it.
Hope the codes can help you, contact me if u have any question( [email protected]), and i need your star,also your contribution.

GitHub