Hello!
I’m using Tensorflow.js Blazeface model for face detection which is not detecting all faces from image. I’ve attached the sample picture and here is my Javascript Code
const model = await blazeface.load();
const img = document.querySelector(“img”);
const predictions = await model.estimateFaces(img);