Skip to content

ciroi/keypointspredict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

说明

利用CNN网络来进行人脸关键点检测,采用了21点的预测方案,并使用opencv的级联分类器进行人脸定位

Installation

pip install torchvision
pip install torch
pip install numpy
pip install opencv-python

Download data

链接:https://pan.baidu.com/s/1CDfa97a8dQye7tto6BVcjA 
提取码:lulj
解压至工程目录下

Train

python .\detector.py --phase "train"

Test

python .\detector.py --phase "test"

predict

python .\detector.py --phase "predict"

About

一个利用CNN进行人脸关键点检测

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages