热门标签
更多>
搜索结果
查询Tags标签: predictor,共有 2条记录-
python+dlib人脸识别
基础篇:import dlib import cv2 import numpy as npdef main(img_path=./1.jpg):detector = dlib.get_frontal_face_detector() # 人脸box检测器image = cv2.imread(img_path)# image = dlib.load_rgb_image(img_path)# image = image[:, :, ::-1]res = detector(image,…
2021/8/9 11:35:51 人评论 次浏览 -
python+dlib人脸识别
基础篇:import dlib import cv2 import numpy as npdef main(img_path=./1.jpg):detector = dlib.get_frontal_face_detector() # 人脸box检测器image = cv2.imread(img_path)# image = dlib.load_rgb_image(img_path)# image = image[:, :, ::-1]res = detector(image,…
2021/8/9 11:35:51 人评论 次浏览