Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 959 Bytes

File metadata and controls

25 lines (15 loc) · 959 Bytes

Depth people counting

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.

Demo

Depth people counting

Usage

usage: main.py [--path PATH_TO_DEPTHAI_RECORDING]

You can record your own DepthAI recording with DepthAI record tool.

Pre-requisites

Install requirements

python3 -m pip install -r requirements.txt