Open neutronengas opened 2 months ago
Update: i have realized that the output of the pose model coincides exactly with the output of the holistic model when replacing pose_landmarker_heavy.task with pose_landmarker_lite.task. I thus assume the holistic model to incorporate the lite pose model. Is there any way to obtain a version of the holistic model which incorporates the heavy pose landmarker model? Additionally, are there any options to smooth landmarks, comparable to the smoothing options in previous mediapipe versions?
Thank you very much in advance!
We would be also very interested in these features!
Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
Yes
OS Platform and Distribution
Linux Ubuntu 22.04
MediaPipe Tasks SDK version
0.10.14
Task name (e.g. Image classification, Gesture recognition etc.)
Pose / Holistic landmarker detection
Programming Language and version (e.g. C++, Python, Java)
Python
Describe the actual behavior
Pose landmarkers obtained with the model pose_landmarker_heavy.task are significantly more accurate than the pose landmarkers obtained with the model holistic_landmarker.task
Describe the expected behaviour
Pose landmarkers should be similar for the two models
Standalone code/steps you may have used to try to get what you need
Other info / Complete Logs
No response