阅读pdf流MVC控制器?

时间:2018-11-05 11:02:03

标签: api web

我从服务器收到此问题中提到的响应 enter link description here

enter image description here

这是我的代码

all_images = glob.glob('images/*.jpg')

all_encodings = []

for images in all_images:
    image = fr.load_image_file(images)
    face_encode = fr.face_encodings(image)[0]

    print(face_encode)
    all_encodings = list(face_encode)
    all_encodings = list.append(face_encode)

print(all_encodings)

响应如上所述。 Convert.FromBase64String在转换此响应时返回错误。我的代码有什么问题。 请详细帮助

0 个答案:

没有答案
相关问题