Hi, as I understand from the face_mask_and_eyes_closeness example, it requires input for masked_face_estimator.estimate to be detected faces from the capturer. However, there are several cases where I want to use my own face detection models and use the SDK's masked_face_estimator only. For this scenario, is there any way to bypass the capturer.capture(raw_img) and pass the raw_img = CVRawImage(img) into the estimator?
Hi, as I understand from the face_mask_and_eyes_closeness example, it requires input for
masked_face_estimator.estimateto be detected faces from thecapturer. However, there are several cases where I want to use my own face detection models and use the SDK'smasked_face_estimatoronly. For this scenario, is there any way to bypass thecapturer.capture(raw_img)and pass theraw_img = CVRawImage(img)into the estimator?