From 5ef80d3649d3e37d3a512c377e599231da3dfd90 Mon Sep 17 00:00:00 2001 From: Will Stott Date: Tue, 19 Oct 2021 10:32:07 +0100 Subject: [PATCH] Fix comment oversight in Face Detection graph. --- .../face_detection/face_detection_short_range_gpu.pbtxt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mediapipe/modules/face_detection/face_detection_short_range_gpu.pbtxt b/mediapipe/modules/face_detection/face_detection_short_range_gpu.pbtxt index d30644b19..ce0d25b13 100644 --- a/mediapipe/modules/face_detection/face_detection_short_range_gpu.pbtxt +++ b/mediapipe/modules/face_detection/face_detection_short_range_gpu.pbtxt @@ -1,5 +1,5 @@ -# MediaPipe graph to detect faces. (CPU input, and inference is executed on -# CPU.) +# MediaPipe graph to detect faces. (GPU input, and inference is executed on +# GPU.) # # It is required that "face_detection_short_range.tflite" is available at # "mediapipe/modules/face_detection/face_detection_short_range.tflite"