keijiro/NNCam

Detecting only a single person

DutchRose-Jochem opened this issue · 3 comments

Hi,

I have another question:
Would it be possible to just detect one person for the background removal?
So there is one person standing in front of the webcam and people that happen to walk past, for the most part, get left out.

The short answer is no. BodyPix doesn't support identification. You have to implement special algorithm for it by yourself.

Okay, thanks for your answer!
So the things described here won't work: tensorflow/tfjs#2547 ?

It would work.
(The things described there is "It can detect multiple people". Identifying them is another problem.)