実行環境
python3.8
spyder
windows10
https://docs.microsoft.com/ja-jp/azure/cognitive-services/face/quickstarts/python
このページをFaceをつかいはじめるためにSpyderで実行してみようとするとエラーが出てしまいます。
import requests import json # set to your own subscription key value subscription_key = '00000000000000000000000000000000000' assert subscription_key # replace <My Endpoint String> with the string from your endpoint URL face_api_url = 'https://111111111111111111111111111111111111' image_url = 'https://upload.wikimedia.org/wikipedia/commons/3/37/Dagestani_man_and_woman.jpg' headers = {'Ocp-Apim-Subscription-Key': subscription_key} params = { 'returnFaceId': 'true', 'returnFaceLandmarks': 'false', 'returnFaceAttributes': 'age,gender,headPose,smile,facialHair,glasses,emotion,hair,makeup,occlusion,accessories,blur,exposure,noise', } response = requests.post(face_api_url, params=params, headers=headers, json={"url": image_url}) print(json.dumps(response.json()))
{"error": {"code": "404", "message": "Resource not found"}}
というエラーが出ます。キーの環境変数も多分設定できてると思うのですがエラーが出てしまいます。
どこを直せばいいのかわかりません。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。