色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

python 使用百度AI接口進行人臉對比的步驟

瀏覽:46日期:2022-06-24 15:33:58
1. 注冊百度云賬號

注冊百度智能云,提交申請。

創建應用獲取AppID,API Key,Secret Key。

2. 安裝baidu python api

人臉對比 API 文檔

pip install baidu-aip

調用:

import base64from aip import AipFaceAPP_ID = ’你的 App ID’API_KEY = ’你的 Api Key’SECRET_KEY = ’你的 Secret Key’client = AipFace(APP_ID, API_KEY, SECRET_KEY)result = client.match([ { ’image’: str(base64.b64encode(open(’D:/chenjy/1.png’, ’rb’).read()), ’utf-8’), ’image_type’: ’BASE64’, }, { ’image’: str(base64.b64encode(open(’D:/chenjy/2.png’, ’rb’).read()), ’utf-8’), ’image_type’: ’BASE64’, } ])print(result)

返回值:

python 使用百度AI接口進行人臉對比的步驟

返回主要參數說明:

參數名 必選 類型 說明 score 是 float 人臉相似度得分,推薦閾值80分 face_list 是 array 人臉信息列表 face_token 是 string 人臉的唯一標志 3.調用攝像頭

import cv2cap = cv2.VideoCapture(0) # 打開攝像頭while True: ret, frame = cap.read() frame = cv2.flip(frame, 1) cv2.imshow(’window’, frame) cv2.imwrite(’D:/chenjy/2.png’, frame) # 保存路徑 cv2.waitKey(2000)cap.release()cv2.destroyAllWindows()4.完整測試程序

import cv2import base64from aip import AipFaceAPP_ID = ’你的 App ID’API_KEY = ’你的 Api Key’SECRET_KEY = ’你的 Secret Key’client = AipFace(APP_ID, API_KEY, SECRET_KEY)def get_result(): result = client.match([ { ’image’: str(base64.b64encode(open(’D:/chenjy/1.png’, ’rb’).read()), ’utf-8’), ’image_type’: ’BASE64’, }, { ’image’: str(base64.b64encode(open(’D:/chenjy/2.png’, ’rb’).read()), ’utf-8’), ’image_type’: ’BASE64’, } ]) if result[’error_msg’] == ’SUCCESS’: score = result[’result’][’score’] print(result) print(’相似度:’+str(score)) else: print(’服務器錯誤’)cap = cv2.VideoCapture(0) # 打開攝像頭while True: ret, frame = cap.read() frame = cv2.flip(frame, 1) cv2.imshow(’window’, frame) cv2.imwrite(’D:/chenjy/2.png’, frame) # 保存路徑 cv2.waitKey(2000) get_result()cap.release()cv2.destroyAllWindows()

結果:

照片加了模糊處理

python 使用百度AI接口進行人臉對比的步驟

python 使用百度AI接口進行人臉對比的步驟

以上就是python 使用百度AI接口進行人臉對比的步驟的詳細內容,更多關于python 人臉對比的資料請關注好吧啦網其它相關文章!

標簽: 百度 Python
相關文章:
主站蜘蛛池模板: 国产只有精品 | 国产精品午夜性视频网站 | 久久精品国产影库免费看 | 亚洲欧美精品一区天堂久久 | 一区二区三区不卡视频 | 性欧美视频a毛片在线播放 性欧美一级 | 一级片美国 | 日本暖暖在线视频 | 久草免费资源 | 成年人三级视频 | baby在线观看免费观看 | 久久99国产亚洲高清观看韩国 | 亚洲夜夜爽| 亚洲国产在 | 日韩精品一级毛片 | 国产成人精品999在线观看 | 久久久亚洲欧洲日产国码二区 | 免费观看一级一片 | 综合自拍亚洲综合图区美腿丝袜 | 久久久久久久国产a∨ | 国产视频软件在线 | 中文字幕精品一区二区三区视频 | 国产一级片免费看 | 亚洲手机在线观看 | 一本一道久久 | 欧美二级在线观看免费 | 视频一区二区在线 | 在线观看不卡一区 | 日本三级s级在线播放 | 国产成人在线免费观看 | 免费人成黄页网站在线观看国产 | 欧美一级成人毛片视频 | 国产福利久久 | 国产91成人 | 免费国内精品久久久久影院 | 亚洲一级毛片在线观播放 | 久久免费黄色 | 欧美a级毛片免费播敢 | a级淫片 | 91精品国产91久久久久青草 | 亚洲国产网址 |