参考:https://huaweicloud.csdn.net/638088d7dacf622b8df89c0c.html
insightface模型下载可能需要连接外网,模型自动下载保存再models\buffalo_l下,人脸注册自动保存再face_db目录下
1、具体人脸录入
python face_label.py --picture 刘亦菲.jpg --register Ture
python face_label.py --picture 杨幂.jpg --register Ture
(运行后会把照片保存一份到face_db目录下)
insightface默认图像embedding size:512维度
2、具体检测识别人脸
python face_label.py --picture 11.jpg --recognition Ture (11.jpg是一种杨幂照片)
文章来源:https://www.toymoban.com/news/detail-477054.html
运行后结果:
如果检测的是face_db目录不存在的图片,这里找的一张黄晓明照片:
python face_label.py
–picture 22.jpg --recognition Ture<文章来源地址https://www.toymoban.com/news/detail-477054.html
到了这里,关于insightface 人脸检测与识别的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!