This example shows how to present the neural network inference results on the inferenced frames. Two ways of frame sync were used:
- Device sync, using DepthAI device-side queues (results of face detections are presented this way)
- Host sync, using built-in
queue
module (results of landmarks detection are presented this way)
python3 -m pip -U pip
python3 -m pip install -r requirements.txt
python3 main.py