microsoft / Cognitive-Emotion-Python

Python SDK for the Microsoft Emotion API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/emotion-api
Other
64 stars 44 forks source link

Connection aborted #5

Open KyonP opened 7 years ago

KyonP commented 7 years ago

I've modified Jupyter based facial expression analysis code to handle a large amount of images (about 10K).

I wrote python code that runs in Windows, which send images to the Endpoint with API key and collect response that contains the facial expression.

and I got "connection abort error code 10053" after about 3000 successful analysis results.

as far as it is written in Azure, the quota of my account can hold 10 images per sec. so I don't think it happened because of my account.

however, I couldn't find other questions with Emotion API. so i post here.