mediapipe-rs/mediapipe/modules/pose_landmark
2022-06-11 12:25:48 -07:00
..
BUILD add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_detection_to_roi.pbtxt add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_landmark_by_roi_cpu.pbtxt add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_landmark_by_roi_gpu.pbtxt add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_landmark_cpu.pbtxt add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_landmark_filtering.pbtxt add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_landmark_full.tflite add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_landmark_gpu.pbtxt add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_landmark_heavy.tflite add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_landmark_lite.tflite add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_landmark_model_loader.pbtxt add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_landmark_topology.svg add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_landmarks_and_segmentation_inverse_projection.pbtxt add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_landmarks_to_roi.pbtxt add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
pose_segmentation_filtering.pbtxt add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
README.md add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00
tensors_to_pose_landmarks_and_segmentation.pbtxt add mediapipe modules to fix examples 2022-06-11 12:25:48 -07:00

pose_landmark

Subgraphs Details
PoseLandmarkByRoiCpu Detects landmarks of a single body pose. See landmarks (aka keypoints) scheme. (CPU input, and inference is executed on CPU.)
PoseLandmarkByRoiGpu Detects landmarks of a single body pose. See landmarks (aka keypoints) scheme. (GPU input, and inference is executed on GPU)
PoseLandmarkCpu Detects landmarks of a single body pose. See landmarks (aka keypoints) scheme. (CPU input, and inference is executed on CPU)
PoseLandmarkGpu Detects landmarks of a single body pose. See landmarks (aka keypoints) scheme. (GPU input, and inference is executed on GPU.)