justadudewhohacks/face-api.js

Detecting the faces of toys

priyaRently opened this issue · 0 comments

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?

Screenshot 2024-05-10 at 8 25 05 AM Screenshot 2024-05-10 at 8 24 56 AM