From c543c37ec7494072330e53f1ba7d7ff4df119936 Mon Sep 17 00:00:00 2001 From: hector1987 <46617440+hector1987@users.noreply.github.com> Date: Thu, 16 Dec 2021 22:56:20 +0900 Subject: [PATCH] Fix Typo --- mediapipe/modules/palm_detection/palm_detection_gpu.pbtxt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/modules/palm_detection/palm_detection_gpu.pbtxt b/mediapipe/modules/palm_detection/palm_detection_gpu.pbtxt index 73e4127f1..190f42ff5 100644 --- a/mediapipe/modules/palm_detection/palm_detection_gpu.pbtxt +++ b/mediapipe/modules/palm_detection/palm_detection_gpu.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 256x256 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"