I want to do multipose estimation on Xcode(Swift language)

I do it following this link examples/lite/examples/pose_estimation/ios at master · tensorflow/examples · GitHub and it still have single pose this is my question I want to know how can I change a single pose to multiples estimation

HI @Kitchai_Thongkao-on ,

As you mentioned posenet, movenet lightening and movenet thundering are meant for single pose estimation. As of my knowledge, the multtipose estimation is not included here. Is this the usecase you are looking for. Please track tflite and mediapipe for updates.

Thank You