0

I am trying to implement ML Kit to my project. But i cannot find out the full list of detectable objects in Image labeling library. Does anyone have the link of it?

Danh Nguyen
  • 104
  • 6
  • Are you asking about the API reference full list of classes and what vertical categories (vision, text, speech, etc.) are supported or are you asking what object categories are supported by the Image label detector? – Pannag Sanketi May 21 '18 at 20:27
  • Thanks Pannag for your help, but i wrote wrong the question. I mean the list of detectable objects when using Image Labeling library. – Danh Nguyen May 22 '18 at 01:13
  • No worries :) I answered your question below. Hope that helps! For clarification, what is your use case that needs full list of detectable objects? – Pannag Sanketi May 22 '18 at 15:47

1 Answers1

1

Right now, the full list of detectable objects is not published but the categories of objects for which labels are detected. The list of categories and example labels supported is listed here: https://firebase.google.com/docs/ml-kit/label-images

Pannag Sanketi
  • 1,314
  • 1
  • 7
  • 9
  • I am looking for a list as well. The examples are not enough e.g. to prepare blacklisting of certain labels in order to fine tune my results of the pipeline which follows the label detection. For now I try to get a list by using a large image set, but this is time consuming and would not be necessary if there would be a list of possible labels. I can also not determine if the labels provided are sufficient for my use case. – bknux Dec 09 '19 at 14:01