This example demonstrates how to perform people counting from depth frames along a passageway. This approach could be useful for the privacy concerns of people counting applications.
This demo contains many hard-coded values specific to depth-people-counting-01 depthai recording.If you would wish to use this application in your own setup, these values would higly depend on the OAK camera installation, its FOV, and the passageway structure.
usage: main.py [--path PATH_TO_DEPTHAI_RECORDING]
You can record your own DepthAI recording with DepthAI record tool.
Install requirements
python3 -m pip install -r requirements.txt