Files
mediapipe/mediapipe/modules/face_detection/README.md
T
MediaPipe Teamandchuoling 139237092f Project import generated by Copybara.
GitOrigin-RevId: 33adfdf31f3a5cbf9edc07ee1ea583e95080bdc5
2021-06-24 17:55:26 -04:00

1.1 KiB

face_detection

Subgraphs Details
FaceDetectionFullRangeCpu Detects faces. Works best for faces within 5 meters from the camera. (CPU input, and inference is executed on CPU.)
FaceDetectionFullRangeGpu Detects faces. Works best for faces within 5 meters from the camera. (GPU input, and inference is executed on GPU.)
FaceDetectionShortRangeCpu Detects faces. Works best for faces within 2 meters from the camera. (CPU input, and inference is executed on CPU.)
FaceDetectionShortRangeGpu Detects faces. Works best for faces within 2 meters from the camera. (GPU input, and inference is executed on GPU.)