facelandmark1000

May 21, 2022 · View on GitHub

1000点的人脸关键点定位,工程包含人脸检测和人脸关键点,以及模型 (作者)

The result:

图片名称

How to Run

python3 demo.py cap # run 摄像头

python3 demo.py # img

Model

./model

To Do List

  • Face detection module
  • Face landmark module
  • Web service
  • Face tracking module
  • Train module

Reference:

  1. RetinaFace https://github.com/biubug6/Pytorch_Retinaface

Contents

  1. 1The result:
  2. 2How to Run
  3. 3Model
  4. 4To Do List
  5. 5Reference: