Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据此文档:https ://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395239
即使“人物组”中有超过 10 个面孔,也只能识别 10 个面孔。有什么办法可以增加限制吗?
正如您指出的文档所述:
The algorithm allows more than one face to be identified independently at the same request, but no more than 10 faces.
没有办法增加这个限制。这是一个“按请求”限制,因此您只需并行执行多个请求即可解决此问题。