Not able to use faceapi

Parul Chutani 0 Reputation points
2023-03-22T07:27:38.55+00:00

Hello

I am trying to detect and compare faces but getting this error. Could you please help me in rectifying the issue.

azure.cognitiveservices.vision.face.models._models_py3.APIErrorException: (InvalidRequest) Invalid request has been sent.

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
153 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ayomide Oluwaga 946 Reputation points
    2023-03-22T07:46:20.74+00:00

    The error message you're seeing indicates that the request you're sending to the Azure Cognitive Services Face API is invalid. There could be several reasons for this, such as incorrect parameters or missing required information. Check your API key and endpoint.

    1. Check your parameters.
    2. Check your image format.
    3. Check your image size.
    4. Check your request rate.

    If you have tried all of these steps and still need assistance, you may need to provide more information about your request and the specific API operation you're using.

    0 comments No comments