Hemanth-Jonnala
Hemanth-Jonnala
can you please share the model that you are using?
can you please share the output of below commands. Thanks! ``` Python 3.9.7 (default, Sep 3 2021, 06:18:44) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for...
Hi @alexw9988 can you please share model compilation logs.` edgetpu_compiler -s model.tflite`
@alexw9988 Most probably its due to model input size(256x3072x3). Can you try with reduced model input size. Please check this link for example input sizes: https://coral.ai/models/all/ If there are no...
I am able to run benchmark tests on dev board. Can you please share the test scripts that you are working with. Edit: Now i am able to see HIB...
Hi @alexw9988 according to the error status value 0x8, it's an internal chip AXI bus write response error. Which suggests that there's some physical HW problem. It might be that...
@liv-kuka can you please share the model here and let us know on which Coral Product are you running the model? Thanks!
> HIB error with status 0x8 This error in Dev Board is mostly related to stress due to extensive i/o operations. Please reduce the model input size or change the...
Hi @chunky please check these sample functions to get the num devices and make interpreters using those devices: https://github.com/google-coral/pycoral/blob/master/examples/model_pipelining_classify_image.py#L49 https://github.com/google-coral/pycoral/blob/master/examples/model_pipelining_classify_image.py#L77 If you want to pass them as params to the...
@Bincci For workaround please try the below steps and try the demo: 1. replace the model_pipelining_classify_image.py with https://github.com/hjonnala/snippets/blob/main/pycoral_43/model_pipelining_classify_image.py 2. add pipeline_model_runneer.py (https://github.com/hjonnala/snippets/blob/main/pycoral_43/pipelined_model_runner.py) to pycoral/examples folder