From 3b442bc459ec64e4cbf24ccf0b537b9078181577 Mon Sep 17 00:00:00 2001 From: hector1987 <46617440+hector1987@users.noreply.github.com> Date: Thu, 16 Dec 2021 22:55:45 +0900 Subject: [PATCH] Fix Typo --- mediapipe/modules/palm_detection/palm_detection_cpu.pbtxt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/modules/palm_detection/palm_detection_cpu.pbtxt b/mediapipe/modules/palm_detection/palm_detection_cpu.pbtxt index 32b3927d3..64afe52dd 100644 --- a/mediapipe/modules/palm_detection/palm_detection_cpu.pbtxt +++ b/mediapipe/modules/palm_detection/palm_detection_cpu.pbtxt @@ -17,7 +17,7 @@ input_side_packet: "MODEL_COMPLEXITY:model_complexity" # this packet so that they don't wait for it unnecessarily. output_stream: "DETECTIONS:detections" -# Transforms an image into a 128x128 tensor while keeping the aspect ratio, and +# Transforms an image into a 192x192 tensor while keeping the aspect ratio, and # therefore may result in potential letterboxing. node { calculator: "ImageToTensorCalculator"