How to use the tflite framework on Android to process the resulting tensors of the model?

#1
by huangjiangzheng - opened

By referring to the example of app.py, I successfully obtained two sets of tensors in the Android project, namely (1,100,92) and (1,100,4), but I do not know how to use tflite to process the returned tensors in the Android project.

my code:

Snipaste_2024-07-24_17-00-30.jpg

Qualcomm org

You'll have to follow the code in demo.py as well to get the boxes and scores to display on your image.

Sign up or log in to comment