From f7f3329505b5f5865b2d863095a274c7099fcf85 Mon Sep 17 00:00:00 2001 From: Mautisim Munir Date: Wed, 5 Oct 2022 18:10:47 +0500 Subject: [PATCH] disabled segmentation in graph --- mediapipe/graphs/pose_tracking/pose_tracking_gpu.pbtxt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/graphs/pose_tracking/pose_tracking_gpu.pbtxt b/mediapipe/graphs/pose_tracking/pose_tracking_gpu.pbtxt index 35be3f0e0..9cfe3fd29 100644 --- a/mediapipe/graphs/pose_tracking/pose_tracking_gpu.pbtxt +++ b/mediapipe/graphs/pose_tracking/pose_tracking_gpu.pbtxt @@ -14,7 +14,7 @@ node { output_side_packet: "PACKET:enable_segmentation" node_options: { [type.googleapis.com/mediapipe.ConstantSidePacketCalculatorOptions]: { - packet { bool_value: true } + packet { bool_value: false } } } }