人臉識別Dlib——68個特徵點

前面說了怎麼打開攝像頭框出人臉,接下來學習了一下人臉的68個特徵點python 直接代碼網絡 import dlib import cv2 # 與人臉檢測相同,使用dlib自帶的frontal_face_detector做爲人臉檢測器 detector = dlib.get_frontal_face_detector() # 使用官方提供的模型構建特徵提取器 predictor = dlib.
相關文章
相關標籤/搜索