I want to use blazepose to get 33 data points as movenet only give 17 points. I have blazepose model .tflite file but how to integrate it into iOS and Android?
1 Like
could you also lmk where you got the blazpose tflite file from
1 Like
You could integrate it on AndroidStudio by adding the file to the assets folder and including the implementation in the build.gradle, if you want a visual explanation, you can copy the steps in this video https://www.youtube.com/watch?v=ViRfnLAR_Uc, AI Landmark Recognition With Tensorflow Lite and CameraX on Android posted by Philipp Lackner
1 Like