国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

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

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

瀏覽:9日期: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 v人片在线观看 | 一级作爱视频免费观看 | 永久网站色视频在线观看免费 | 性盈盈影院影院 | 久久免费香蕉视频 | 亚洲日本va午夜中文字幕 | 国产成人影院在线观看 | 中文字幕一区在线播放 | 成人在线网 | 久久久久久一品道精品免费看 | 在线第一页 | 久久久青青久久国产精品 | 亚洲国产精品成人精品软件 | 免费亚洲黄色 | 欧美巨大另类极品videohd | 国产一区在线播放 | 国产精品女在线观看 | 欧美成人精品久久精品 | 欧美一区二区三区国产精品 | 国产一精品一aⅴ一免费 | 中文字幕日本不卡 | 搞黄网站免费观看 | 免费一级网站免费 | 91免费国产高清观看 | 国产一区二区免费在线观看 | 蜜桃88av | 久久久久久久久国产 | 欧美野外性xxxxfeexxxxx | 国产欧美自拍视频 | 美女个护士一级毛片亚洲 | 欧美视频一区二区三区在线观看 | 国产亚洲精品aaa大片 | 成人做爰视频www网站 | 99精品在线观看 | 91香蕉嫩草 | 国产精品视频男人的天堂 | 欧美一级毛片大片免费播放 | 毛片手机在线 | 亚洲国产成a人v在线观看 | 农村寡妇一级毛片免费播放 | 一级毛片不卡片免费观看 |