利用CNN网络来进行人脸关键点检测,采用了21点的预测方案,并使用opencv的级联分类器进行人脸定位
pip install torchvision
pip install torch
pip install numpy
pip install opencv-python
链接:https://pan.baidu.com/s/1CDfa97a8dQye7tto6BVcjA
提取码:lulj
解压至工程目录下
python .\detector.py --phase "train"
python .\detector.py --phase "test"
python .\detector.py --phase "predict"


