I found one blog where user is accessing Azure Face API in local environment using Docker container provided by Azure.
I tried to pull docker container with following command
docker pull containerpreview.azurecr.io/microsoft/cognitive-services-face:latest
but I am getting following message
Error response from daemon: Head "https://containerpreview.azurecr.io/v2/microsoft/cognitive-services-face/manifests/latest": unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information.
I am using azure trial subscription for now to check compatibility. later on will go with standard subscription.
I also check in documentation from cognitive-services-container-support where I can see continer support for speech, language and other but I Face API is not mentioned there.
I want to know is there any docker container available for azure Face API with which I can Identify face from PersonGroup locally without accessing Azure Server ?