google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://mediapipe.dev
Apache License 2.0
26.77k stars 5.09k forks source link

BlazePose point count #1024

Closed ljmkimqx closed 4 years ago

ljmkimqx commented 4 years ago

When I use BlazePose, the number of points I recognize is 31, but the number of points in the web page "https://google.github.io/mediapipe/solutions/pose" is 25. Why is this?

And what does "New timestamp is equal or less than the last one" mean? Can you not prompt this content in the log, because the number of times this prompt is too many.(iOS)

ivan-grishchenko commented 4 years ago

As for the first part of your question. Last 6 points are technical and are used to get accurate pose crop from the previous frame for the next one. Normally you don't want to use them.

ljmkimqx commented 4 years ago

Thank!