Azure Face Identify more than 10 faces in a Person GroupFacebook api rate limit - server side or client side is better?Consuming rate-limiting APIFace-API: There is no persisted faces of person in groupAvailable Miicrosoft Cognitive regionsHow to use Microsoft Face API to identify faces in a group picturesFaces not detected when photographed with front facing cameraValidation of adding face to person groupMicrosoft-Cognitive Request per secondAzure QnAMaker - Managing ContentHow to identify more than 10 faces in Microsoft Face API
What to put in ESTA if staying in US for a few days before going on to Canada
Facing a paradox: Earnshaw's theorem in one dimension
How can I tell someone that I want to be his or her friend?
Is there a hemisphere-neutral way of specifying a season?
Fully-Firstable Anagram Sets
How to prevent "they're falling in love" trope
How can I make my BBEG immortal short of making them a Lich or Vampire?
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
How to model explosives?
A reference to a well-known characterization of scattered compact spaces
Modeling an IP Address
Why is the 'in' operator throwing an error with a string literal instead of logging false?
Where does SFDX store details about scratch orgs?
Watching something be written to a file live with tail
Is it possible to run Internet Explorer on OS X El Capitan?
Is the Joker left-handed?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
AES: Why is it a good practice to use only the first 16bytes of a hash for encryption?
Do I have a twin with permutated remainders?
Emailing HOD to enhance faculty application
Could gravitational lensing be used to protect a spaceship from a laser?
I'm flying to France today and my passport expires in less than 2 months
How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?
What does it mean to describe someone as a butt steak?
Azure Face Identify more than 10 faces in a Person Group
Facebook api rate limit - server side or client side is better?Consuming rate-limiting APIFace-API: There is no persisted faces of person in groupAvailable Miicrosoft Cognitive regionsHow to use Microsoft Face API to identify faces in a group picturesFaces not detected when photographed with front facing cameraValidation of adding face to person groupMicrosoft-Cognitive Request per secondAzure QnAMaker - Managing ContentHow to identify more than 10 faces in Microsoft Face API
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
So, a straightforward question. My first on SO. Asking here because it says so on the Azure Docs to ask here.
I understand that the Face API can identify at most 10 faces in an API call. Is it possible to get this limit raised to, say, 50? Maybe through some specific pricing agreement?
Thanks and regards.
limit microsoft-cognitive face identify
add a comment |
So, a straightforward question. My first on SO. Asking here because it says so on the Azure Docs to ask here.
I understand that the Face API can identify at most 10 faces in an API call. Is it possible to get this limit raised to, say, 50? Maybe through some specific pricing agreement?
Thanks and regards.
limit microsoft-cognitive face identify
add a comment |
So, a straightforward question. My first on SO. Asking here because it says so on the Azure Docs to ask here.
I understand that the Face API can identify at most 10 faces in an API call. Is it possible to get this limit raised to, say, 50? Maybe through some specific pricing agreement?
Thanks and regards.
limit microsoft-cognitive face identify
So, a straightforward question. My first on SO. Asking here because it says so on the Azure Docs to ask here.
I understand that the Face API can identify at most 10 faces in an API call. Is it possible to get this limit raised to, say, 50? Maybe through some specific pricing agreement?
Thanks and regards.
limit microsoft-cognitive face identify
limit microsoft-cognitive face identify
asked Mar 20 at 18:22
Shaji KhanShaji Khan
1
1
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I see the best way to do this is by handling it on your side, maybe by dividing your 50 faces image into 5 pieces where each piece will have 10 faces, then make an API call for each piece, noting that the paid tier is limited to 10 calls per second, so, if you have more than 10 pieces you'll have to put them in a queue and have the view load the results using the async/await pattern or just load for a few seconds until you have all the results to present and use.
I've used faceIDs from faceDetect instead of an image url, and I just search for 10 faces at a time using subsequent calls. Thanks for your reply 🙂
– Shaji Khan
Mar 23 at 11:30
That's the only way to do it but if you can increase the amount from 10 to 20, this will decrease the number of requests you make where the operation will complete faster but more importantly it will be cheaper as you are being charged by the number of requests you make.
– radalin
Mar 26 at 12:22
add a comment |
We are using the cognitive services for a while and didn't found a way to increase some of the hard limits even after some discussions with representatives from MS (if you can find the right person they are very helpful, but it's hard to find the right person :). Similar to the 10 person limit, you also can't change 24 hour face keeping duration. At least we were not able to find it.
Of course this case only true for using the scenario of Create PersonList, Detect Image and Identify. If you just use identification using face list, you don't have this limit as you have the ability to save those faces in a face list and then query them which will search the whole list even if it's 10 or 100 faces.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55267734%2fazure-face-identify-more-than-10-faces-in-a-person-group%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I see the best way to do this is by handling it on your side, maybe by dividing your 50 faces image into 5 pieces where each piece will have 10 faces, then make an API call for each piece, noting that the paid tier is limited to 10 calls per second, so, if you have more than 10 pieces you'll have to put them in a queue and have the view load the results using the async/await pattern or just load for a few seconds until you have all the results to present and use.
I've used faceIDs from faceDetect instead of an image url, and I just search for 10 faces at a time using subsequent calls. Thanks for your reply 🙂
– Shaji Khan
Mar 23 at 11:30
That's the only way to do it but if you can increase the amount from 10 to 20, this will decrease the number of requests you make where the operation will complete faster but more importantly it will be cheaper as you are being charged by the number of requests you make.
– radalin
Mar 26 at 12:22
add a comment |
I see the best way to do this is by handling it on your side, maybe by dividing your 50 faces image into 5 pieces where each piece will have 10 faces, then make an API call for each piece, noting that the paid tier is limited to 10 calls per second, so, if you have more than 10 pieces you'll have to put them in a queue and have the view load the results using the async/await pattern or just load for a few seconds until you have all the results to present and use.
I've used faceIDs from faceDetect instead of an image url, and I just search for 10 faces at a time using subsequent calls. Thanks for your reply 🙂
– Shaji Khan
Mar 23 at 11:30
That's the only way to do it but if you can increase the amount from 10 to 20, this will decrease the number of requests you make where the operation will complete faster but more importantly it will be cheaper as you are being charged by the number of requests you make.
– radalin
Mar 26 at 12:22
add a comment |
I see the best way to do this is by handling it on your side, maybe by dividing your 50 faces image into 5 pieces where each piece will have 10 faces, then make an API call for each piece, noting that the paid tier is limited to 10 calls per second, so, if you have more than 10 pieces you'll have to put them in a queue and have the view load the results using the async/await pattern or just load for a few seconds until you have all the results to present and use.
I see the best way to do this is by handling it on your side, maybe by dividing your 50 faces image into 5 pieces where each piece will have 10 faces, then make an API call for each piece, noting that the paid tier is limited to 10 calls per second, so, if you have more than 10 pieces you'll have to put them in a queue and have the view load the results using the async/await pattern or just load for a few seconds until you have all the results to present and use.
answered Mar 21 at 21:48
Ali HeikalAli Heikal
1,2392618
1,2392618
I've used faceIDs from faceDetect instead of an image url, and I just search for 10 faces at a time using subsequent calls. Thanks for your reply 🙂
– Shaji Khan
Mar 23 at 11:30
That's the only way to do it but if you can increase the amount from 10 to 20, this will decrease the number of requests you make where the operation will complete faster but more importantly it will be cheaper as you are being charged by the number of requests you make.
– radalin
Mar 26 at 12:22
add a comment |
I've used faceIDs from faceDetect instead of an image url, and I just search for 10 faces at a time using subsequent calls. Thanks for your reply 🙂
– Shaji Khan
Mar 23 at 11:30
That's the only way to do it but if you can increase the amount from 10 to 20, this will decrease the number of requests you make where the operation will complete faster but more importantly it will be cheaper as you are being charged by the number of requests you make.
– radalin
Mar 26 at 12:22
I've used faceIDs from faceDetect instead of an image url, and I just search for 10 faces at a time using subsequent calls. Thanks for your reply 🙂
– Shaji Khan
Mar 23 at 11:30
I've used faceIDs from faceDetect instead of an image url, and I just search for 10 faces at a time using subsequent calls. Thanks for your reply 🙂
– Shaji Khan
Mar 23 at 11:30
That's the only way to do it but if you can increase the amount from 10 to 20, this will decrease the number of requests you make where the operation will complete faster but more importantly it will be cheaper as you are being charged by the number of requests you make.
– radalin
Mar 26 at 12:22
That's the only way to do it but if you can increase the amount from 10 to 20, this will decrease the number of requests you make where the operation will complete faster but more importantly it will be cheaper as you are being charged by the number of requests you make.
– radalin
Mar 26 at 12:22
add a comment |
We are using the cognitive services for a while and didn't found a way to increase some of the hard limits even after some discussions with representatives from MS (if you can find the right person they are very helpful, but it's hard to find the right person :). Similar to the 10 person limit, you also can't change 24 hour face keeping duration. At least we were not able to find it.
Of course this case only true for using the scenario of Create PersonList, Detect Image and Identify. If you just use identification using face list, you don't have this limit as you have the ability to save those faces in a face list and then query them which will search the whole list even if it's 10 or 100 faces.
add a comment |
We are using the cognitive services for a while and didn't found a way to increase some of the hard limits even after some discussions with representatives from MS (if you can find the right person they are very helpful, but it's hard to find the right person :). Similar to the 10 person limit, you also can't change 24 hour face keeping duration. At least we were not able to find it.
Of course this case only true for using the scenario of Create PersonList, Detect Image and Identify. If you just use identification using face list, you don't have this limit as you have the ability to save those faces in a face list and then query them which will search the whole list even if it's 10 or 100 faces.
add a comment |
We are using the cognitive services for a while and didn't found a way to increase some of the hard limits even after some discussions with representatives from MS (if you can find the right person they are very helpful, but it's hard to find the right person :). Similar to the 10 person limit, you also can't change 24 hour face keeping duration. At least we were not able to find it.
Of course this case only true for using the scenario of Create PersonList, Detect Image and Identify. If you just use identification using face list, you don't have this limit as you have the ability to save those faces in a face list and then query them which will search the whole list even if it's 10 or 100 faces.
We are using the cognitive services for a while and didn't found a way to increase some of the hard limits even after some discussions with representatives from MS (if you can find the right person they are very helpful, but it's hard to find the right person :). Similar to the 10 person limit, you also can't change 24 hour face keeping duration. At least we were not able to find it.
Of course this case only true for using the scenario of Create PersonList, Detect Image and Identify. If you just use identification using face list, you don't have this limit as you have the ability to save those faces in a face list and then query them which will search the whole list even if it's 10 or 100 faces.
answered Mar 26 at 12:20
radalinradalin
480412
480412
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55267734%2fazure-face-identify-more-than-10-faces-in-a-person-group%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown