Is it possible to use the ML kit custom model hosting to do object detection not just object classification. I am familiar with doing this in the tensorflow lite sample android application, yet I would like to use Firebase as it has capability of updating model and iOS/android support.
Basically, I am not sure how to this beginning with the line:
int[] outputDims = {DIM_BATCH_SIZE,Not sure what other values since I am not doing just classification };
Does the firebase model interpreter support this?