Face_Recognition 人脸识别函数详解
加载人脸图片文件load_image_file(file, mode='RGB'):通过 PIL.image.open 加载图片文件mode 有两种模式 ‘RGB’ 3通道 和 ‘L' 单通道返回 numpy.array查找人脸位置 人脸分割face_locations(img, number_of_times_to_upsample=1, model="hog"):...
原创
2020-04-21 11:46:19 ·
10860 阅读 ·
1 评论