Skip to content

Latest commit

 

History

History
 
 

gen2-nn-sync

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

中文文档

Gen2 NN frame sync

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)

Demo

image

Setup

python3 -m pip -U pip
python3 -m pip install -r requirements.txt

Run

python3 main.py