mediapipe/mediapipe/modules/pose_landmark/README.md
MediaPipe Team 2b58cceec9 Project import generated by Copybara.
GitOrigin-RevId: d8caa66de45839696f5bd0786ad3bfbcb9cff632
2020-12-09 22:43:33 -05:00

2.7 KiB

pose_landmark

Subgraphs Details
PoseLandmarkByRoiCpu Detects landmarks of a single body pose, full-body by default but can be configured (via an input side packet) to cover upper-body only. See landmarks (aka keypoints) scheme. (CPU input, and inference is executed on CPU.)
PoseLandmarkByRoiGpu Detects landmarks of a single body pose, full-body by default but can be configured (via an input side packet) to cover upper-body only. See landmarks (aka keypoints) scheme. (GPU input, and inference is executed on GPU)
PoseLandmarkCpu Detects landmarks of a single body pose, full-body by default but can be configured (via an input side packet) to cover upper-body only. See landmarks (aka keypoints) scheme. (CPU input, and inference is executed on CPU)
PoseLandmarkGpu Detects landmarks of a single body pose, full-body by default but can be configured (via an input side packet) to cover upper-body only. See landmarks (aka keypoints) scheme. (GPU input, and inference is executed on GPU.)
PoseLandmarkUpperBodyCpu Detects and tracks landmarks of a single upper-body pose. See landmarks (aka keypoints) scheme. (CPU input, and inference is executed on CPU)
PoseLandmarkUpperBodyGpu Detects and tracks landmarks of a single upper-body pose. See landmarks (aka keypoints) scheme. (GPU input, and inference is executed on GPU.)