• Stars
    star
    131
  • Rank 274,276 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created about 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

1000点的人脸关键点检测

face_landmark_1000

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