I am using openpose Tensorflow for multi personal pose estimation. But as it follows COCO 18 keypoints detection, it is taking lots of time to detect. How can i reduce this detection of keypoints to detect only one part(eg: leg). means I don't want to detect full body. instead, I want to detect only legs with reduced keypoint numbers to increase the fps
I followed this tutorial:https://towardsdatascience.com/realtime-multiple-person-2d-pose-estimation-using-tensorflow2-x-93e4c156d45f
But I am getting an fps around 3. since it is detecting full-body, in my case it is a waste process, becoz 1 only want to detect one part(eg: leg) to increase the fps