mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

How to smooth the jitter from pose landmarker model?

Open ly15927086342 opened this issue 1 year ago • 0 comments

Have I written custom code (as opposed to using a stock example script provided in MediaPipe)

Yes

OS Platform and Distribution

Mac M1

MediaPipe version

0.10.12

Bazel version

No response

Solution

Pose

Programming Language and version

javascript

Describe the actual behavior

pose landmarker model generate too much jitter

Describe the expected behaviour

smooth the jitter, but maintain the key point

Standalone code/steps you may have used to try to get what you need

I found that the example from https://mediapipe-studio.webapps.google.com/studio/demo/pose_landmarker, did not generate the jitter, but when i use the model locally, it works differently. I found there exists some filter method in mediapipe util directory. Is it work in wasm file? How can i get the smooth pose landmarker directly by using js wasm model?
Expecting your reply. Thank you.

Other info / Complete Logs

No response

ly15927086342 avatar Jul 06 '24 09:07 ly15927086342