GeorgeS2019
GeorgeS2019
@j20001970 @Malcolmnixon Is this project helpful for the **HolisticLandmarker** works? https://github.com/purgeme/mediapipe_cpp_lib/blob/master/src/mcl_basic_holistic.cc
Is holistic Landmark next after we have v0.10.15 https://github.com/j20001970/GDMP/actions/runs/10896000612
we need to eventually a way from motion capture using godot4 mediapipe to feed directly captured motion to [Godot 4 MotionMatching](https://github.com/GuilhermeGSousa/godot-motion-matching/issues/35)
Any update to HolisticLandmarker with the latest update?
The latest is [v 0.10.11](https://github.com/j20001970/GDMP/pull/38#issuecomment-2087985184) The ongoing [discussion](https://github.com/google/mediapipe/issues/5366#issuecomment-2087974775)
@j20001970 Is there a need to coordinate upgrading to v0.10.11 Will that break existing version?
https://github.com/google/mediapipe/releases/tag/v0.10.13 Attempting v0.10.11 here. https://github.com/Malcolmnixon/GDMP/actions The feedback to mediapipe community https://github.com/google/mediapipe/issues/5366
GDMP is now finally updated to the latest Mediapipe v0.10.13 and built successfully https://github.com/Malcolmnixon/GDMP/tree/test-mediapipe Great Job **Malcolm**
https://github.com/j20001970/GDMP/pull/40#issuecomment-2103884722
#### Mediapipe https://github.com/google/mediapipe/tree/master/mediapipe/tasks/cc/vision/holistic_landmarker #### GDMP [holistic_landmarker.h](https://github.com/j20001970/GDMP/blob/master/GDMP/tasks/vision/holistic_landmarker.h) [holistic_landmarker.cc](https://github.com/j20001970/GDMP/blob/master/GDMP/tasks/vision/holistic_landmarker.cc) ## Documentation #### MediaPipeHolisticLandmarker > MediaPipe Holistic requires coordination between up to **8 models per frame** — > - 1 pose detector, >...