I am trying to adapt the sample image-classification Android project available at
https://github.com/Azure-Samples/cognitive-services-android-customvision-sample
for an exported Custom vision Object Detection model, but it's not very clear what the structure of the output tensor is - since it includes bounding boxes etc.
I've also tried to convert to tensorflow lite and drop the model into the "sushi detector" iOS project at
https://medium.com/@junjiwatanabe/how-to-build-real-time-object-recognition-ios-app-ca85c193865a
but again it's not clear what the output structure is, nor whether it conforms to the tf API:
https://www.tensorflow.org/lite/demo_ios
There are some python samples when exporting the tf bundle but I am not sure how to convert to Java/swift/Objective C - see e.g.
https://stackoverflow.com/a/54886689/1021819
Thanks for all help.