Tensforflow js BlazeFace model is not detecting all faces from Image

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

Hello,

I personally don’t have an answer to your question but I think that you could help me, I can’t use blazeface on a website and I always get an error.

If you could help me.
Thanks