Open
Description
Hello. I am currently building a python application which uses the mediapipe pose models for pose estimation.
However, I am not using the mediapipe library, but a custom implementation of all the required calculators along with onnxruntime to allow me to use the GPU (which is currently not supported on windows when using the mediapipe python library).
For performance reasons, I would like to remove the 3d pose estimation (world landmarks) and pose segmentation as these are not required in my use case. From what I have seen, these models have at one point existed, but I have not found any download links to those models.
Would it be possible to provide those models?
Thank you.