• DepthAI-v2
  • what's the best way to compute latency of a neural network in DepthAI API?

Hi brick
Turn on the trace mode: DEPTHAI_LEVEL=TRACE python3 script.py. This will show the timing of each step (inference, parsing,..).

Thanks,
Jaka

thanks for the response, I will try