diff --git a/mediapipe/python/solutions/pose.py b/mediapipe/python/solutions/pose.py index 74a52d611..29c2d5418 100644 --- a/mediapipe/python/solutions/pose.py +++ b/mediapipe/python/solutions/pose.py @@ -159,7 +159,7 @@ class Pose(SolutionBase): 'poselandmarkbyroicpu__tensorstoposelandmarksandsegmentation__ThresholdingCalculator.threshold': min_tracking_confidence, }, - outputs=['pose_landmarks', 'pose_world_landmarks', 'segmentation_mask']) + outputs=['pose_landmarks', 'pose_world_landmarks', 'segmentation_mask', 'pose_detection']) def process(self, image: np.ndarray) -> NamedTuple: """Processes an RGB image and returns the pose landmarks on the most prominent person detected.