google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://ai.google.dev/edge/mediapipe
Apache License 2.0
27.48k stars 5.15k forks source link

Is there any detail on the network structure of the Pose_Detector #2523

Closed MikeDean2367 closed 3 years ago

MikeDean2367 commented 3 years ago

I am an undergraduate student. When studying BlazePose, I found that the paper only provided the network structure diagram of Tracker, but not that of Detector. In addition, it is mentioned in the paper that the head detection is carried out first, and then Pose_Detector is carried out. So I would like to know more details about Pose_Detector. I would really appreciate it if you could help me. Thanks!

sgowroji commented 3 years ago

Hi @MikeDean2367, This is where you can understand our pose classification . And detection of pose you can try doing with any of the platforms and the graphs mentioned in our documentation. For detecting pose you can refer this graph to understand the implementation much better.

MikeDean2367 commented 3 years ago

Thank you for your reply. I will try these suggestions. 🤗