This repo uses an AI Box to capture RTSP streams from IP cameras and tracks people with YOLO, accelerated by a 26 TOPS NPU. It divides the area into zones A and B, counts people moving between them, and sends results via Meshtastic to remote nodes for further processing.
reComputer AI R2130 |
---|
Purchase Now |
reComputer AI R2130 |
---|
Purchase Now |
Note: You can change config.json to change your model path
git clone https://github.com/Seeed-Projects/Hailo-AI-Box-Mashtastic.git
cd Hailo-AI-Box-Mashtatic
python -m venv .env --system-site-packages
source .env/bin/activate
pip install -r requirements.txt
python inference.py
The message includes the number of people moving from Zone A to Zone B, the number moving from Zone B to Zone A, and the current number of people in both Zone A and Zone B.