Lacking information regarding the labels supported by the Object Detection API.

찬미 이 20 Reputation points
2024-01-03T11:00:20.44+00:00

I am struggling to find a solution to obtain a list of supported labels or parent property for Object Detection API. I know there's another community question about requiring list of labels but I can't get solution.

https://learn.microsoft.com/en-us/answers/questions/179219/a-list-of-supported-labels-classes-for-object-dete

My service requires checking if a detected object matches a preset object. However, since there are so many labels, I can't test all types of photos.

[problem example]

preset object name : dog

detected object name : husky

The previous API version had a parent property, but it is no longer available in the latest version. Is there a way to obtain either the parent property or a list of labels?

I'm sorry if I come across as rude, my English is not perfect. I appreciate your help.

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
311 questions
{count} votes

Accepted answer
  1. Konstantinos Passadis 17,286 Reputation points
    2024-01-03T14:01:48.7966667+00:00

    Hello @찬미 이 !

    I think you are Looking for the Object Hirerachy

    ObjectHierarchy

    An object detected inside an image.

    Expand table

    confidence number Confidence score of having observed the object in the image, as a value ranging from 0 to 1.
    object string Label for the object.
    parent ObjectHierarchy The parent object, from a taxonomy perspective. The parent object is a more generic form of this object. For example, a 'bulldog' would have a parent of 'dog'.

    https://learn.microsoft.com/en-us/rest/api/computervision/detect-objects/detect-objects?view=rest-computervision-v3.1&tabs=HTTP


    I hope this helps!

    Kindly mark the answer as Accepted and Upvote in case it helped!

    Regards

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful