摘要: 人脸识别之Python DLib库进行人脸关键点识别 安装dlib模块 pip install dlib -i https://pypi.doubanio.com/simple 人脸检测 首先调用dlib.get_frontal_face_detector() 来加载dlib自带的人脸检测器 det 阅读全文
posted @ 2020-08-07 07:53 等风吹来 阅读(408) 评论(0) 推荐(0)