Hi Everyone,
I was trying the face-recognition program in depthai-experiments
repo.
I realised that the program crashes when we have a 4th face getting in the frame. I am trying to understand the reason for the limitation.
Basically I have 2 questions.
Is it safe to assume that the cause of this limitation is;
- The model created by InsightFace
- Intel Movidius Myriad X VPU
- Both
To be able to uniquely identify more faces would I need to use either a better performing model, a more powerful VPU or both?
Cheers!
Neil