TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard

How to counting Person?

Open TAThink opened this issue 5 years ago • 1 comments
trafficstars

Hi, I built completed it through edgetpu.

But we need it. We have to detect people and know how many people have passed.

Is there a way?

TAThink avatar Jul 15 '20 05:07 TAThink

yes ... you just have to loop through the set of classes found, and if there is one of the classes that matches the person class, increase your counter.

ibrandiay avatar Sep 24 '20 13:09 ibrandiay