摘要: 1 from PIL import Image 2 import face_recognition 3 4 # Load the jpg file into a numpy array 5 image = face_recognition.load_image_file(".jpg") 6 7 # Find all the faces in the image 8 face... 阅读全文
posted @ 2017-11-28 12:02 ayew 阅读(447) 评论(0) 推荐(0) 编辑