Fix comment oversight in Face Detection graph.

This commit is contained in:
Will Stott 2021-10-19 10:32:07 +01:00 committed by GitHub
parent 1faeaae7e5
commit 5ef80d3649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"