您当前的位置:首页 > 计算机 > 编程开发 > Python

module ‘dlib‘ has no attribute ‘get_face_chips‘

时间:04-17来源:作者:点击数:

个人笔记

问题:module ‘dlib’ has no attribute ‘get_face_chips’

dlib可以成功import,且成功进行人脸识别:

detector = dlib.get_frontal_face_detector()

但是在:

images = dlib.get_face_chips(rgb_img, faces, size=320)

出现问题:

module 'dlib' has no attribute 'get_face_chips'

当前使用版本为:

from .dlib import *
__version__ = "19.8.0"

检查,没有命名冲突问题。

应该是该版本没有get_face_chips属性

将dlib版本升级为 19.8.1 可行

命令:

pip install dlib===19.8.1
方便获取更多学习、工作、生活信息请关注本站微信公众号城东书院 微信服务号城东书院 微信订阅号
推荐内容
相关内容
栏目更新
栏目热门