Description:
const imgElement = document.createElement('img');
faceapi.detectSingleFace(imgElement, new faceapi.TinyFaceDetectorOptions()).then((faceDetection))
It identifies non-human faces such as dolls and anime characters. Is there a way to limit detection to only human faces?