mediapipe-rs/mediapipe/modules/face_detection/README.md
Victor Dudochkin 5578aa50e8 code fill
2022-03-01 19:04:01 +07: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.)