mediapipe-rs/mediapipe/modules/face_detection/README.md
2022-06-11 12:25:48 -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.)