From 512b7e0197e95bdc116f95faefe657b71e4bb797 Mon Sep 17 00:00:00 2001 From: hector1987 <46617440+hector1987@users.noreply.github.com> Date: Thu, 16 Dec 2021 22:54:43 +0900 Subject: [PATCH] Fix Typo --- .../modules/face_detection/face_detection_full_range_gpu.pbtxt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/modules/face_detection/face_detection_full_range_gpu.pbtxt b/mediapipe/modules/face_detection/face_detection_full_range_gpu.pbtxt index 703b71780..8b370b087 100644 --- a/mediapipe/modules/face_detection/face_detection_full_range_gpu.pbtxt +++ b/mediapipe/modules/face_detection/face_detection_full_range_gpu.pbtxt @@ -32,7 +32,7 @@ node: { output_stream: "IMAGE:multi_backend_image" } -# Transforms the input image into a 128x128 tensor while keeping the aspect +# Transforms the input image into a 192x192 tensor while keeping the aspect # ratio (what is expected by the corresponding face detection model), resulting # in potential letterboxing in the transformed image. node: {