mediapipe-rs/mediapipe/modules/face_detection
Victor Dudochkin 5578aa50e8 code fill
2022-03-01 19:04:01 +07:00
..
BUILD code fill 2022-03-01 19:04:01 +07:00
face_detection_full_range_common.pbtxt code fill 2022-03-01 19:04:01 +07:00
face_detection_full_range_cpu.pbtxt code fill 2022-03-01 19:04:01 +07:00
face_detection_full_range_gpu.pbtxt code fill 2022-03-01 19:04:01 +07:00
face_detection_full_range_image.pbtxt code fill 2022-03-01 19:04:01 +07:00
face_detection_full_range_sparse.tflite code fill 2022-03-01 19:04:01 +07:00
face_detection_full_range.tflite code fill 2022-03-01 19:04:01 +07:00
face_detection_short_range_by_roi_cpu.pbtxt code fill 2022-03-01 19:04:01 +07:00
face_detection_short_range_by_roi_gpu.pbtxt code fill 2022-03-01 19:04:01 +07:00
face_detection_short_range_common.pbtxt code fill 2022-03-01 19:04:01 +07:00
face_detection_short_range_cpu.pbtxt code fill 2022-03-01 19:04:01 +07:00
face_detection_short_range_gpu.pbtxt code fill 2022-03-01 19:04:01 +07:00
face_detection_short_range_image.pbtxt code fill 2022-03-01 19:04:01 +07:00
face_detection_short_range.tflite code fill 2022-03-01 19:04:01 +07:00
README.md code fill 2022-03-01 19:04:01 +07:00

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.)