import dlib import cv2 # 讀取照片檔img = cv2.imread('imgs/faceo8.jpg') # 呼叫dlib 人臉偵測器fd = dlib.get_frontal_face_detector() # 偵測圖檔 ...
確定! 回上一頁