luxonis / esp32-spi-message-demo

ESP32 reference app for interfacing with DepthAI over SPI
MIT License
31 stars 9 forks source link

`gen2-spi`/`device-yolo-parsing` running error #13

Closed 759401524 closed 2 years ago

759401524 commented 2 years ago

I ran the device-yolo-parsing demo on OAK-D-IOT-40 use the default blob tiny-yolo-v3.blob.sh4cmx4NCE1, The code runs normally, and the esp32 output is normal through the serial debugging tool.

But using other models, such as the model here, it only runs normally for 1-2 seconds and the esp32 output displays Timeout: no response from remote device... failed to recv packet

Is there any special requirements for the yolo model when converting to a blob ?

depthai version

Name: depthai
Version: 2.12.0.0
Summary: DepthAI Python Library
Home-page: https://github.com/luxonis/depthai-python
Author: Luxonis
Author-email: support@luxonis.com
License: MIT
Location: /home/mulong/mambaforge/envs/depthai/lib/python3.10/site-packages
Requires: 
Required-by: depthai-sdk
themarpe commented 2 years ago

Main discussion moved to: https://github.com/luxonis/depthai-experiments/issues/247