Guidance Needed: Utilizing a TFLite Model in Python Environment and Extracting Keypoints from Output Tensor

#1
by kixr - opened

I am looking to utilize a TFLite model within a Python environment. Could someone please guide me on how to utilize this model effectively? Specifically, I am encountering a (1, 28, 28, 38) output tensor. Could you advise me on the process to extract keypoints from this output tensor?

Qualcomm org

You can run demo on-device in our documentation. You can also see our code for demo.py and app.py in our repo for open pose to understand how the output tensor is processed. Thank you!

Sign up or log in to comment