TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard
How to counting Person?
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?
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.