Detecting only a single person
DutchRose-Jochem opened this issue · 3 comments
DutchRose-Jochem commented
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.
keijiro commented
The short answer is no. BodyPix doesn't support identification. You have to implement special algorithm for it by yourself.
DutchRose-Jochem commented
Okay, thanks for your answer!
So the things described here won't work: tensorflow/tfjs#2547 ?
keijiro commented
It would work.
(The things described there is "It can detect multiple people". Identifying them is another problem.)