android / codelab-mlkit-android

Other
179 stars 101 forks source link

Object detection and Labeling avoids people classification? #22

Open majo551 opened 5 years ago

majo551 commented 5 years ago

My observation from testing the ML kit is that it seems not to identify category/object Person. Is this a bug, model issue or deliberate filtering? It seems the kit was not aimed to classify object type person, since there are (only :-() 5 object categories defined , at least what I see in the class. BTW why the Object ID integer mapping is not documented in the tutorials? It took me while to identify the category names, since the API returns only integer at the moment

image

Regardless of the fact t( it is rather poor capability for object detection API to be useful), I am not sure why People are committed?

see the details of the issue I have with the ML kit here:

https://stackoverflow.com/questions/57078901/ml-kit-for-firebase-object-recognition-categories

AliAzaz commented 4 years ago

From my perspective that's not the bug. and the team is also working on it to refine this API. And maybe you're working onDevice model, and in this firebase provides some of its trained model. If you want all category/ object can be identified then write our own custom model and train your machine on it.