is it possible to count people without using kinect? using webcam + openCV? may be someone can point on tuts or tips about this?
You could definitely use the tensorflow object detection model:
[url]https://github.com/tensorflow/models/tree/master/research/object_detection[/url]
cool! thank you very much!