google-coral / edgetpu

Coral issue tracker (and legacy Edge TPU API source)
https://coral.ai
Apache License 2.0
412 stars 124 forks source link

coral error from running demo #788

Open yodsaran02 opened 10 months ago

yodsaran02 commented 10 months ago

Description

Hi, I was having a problem with my coral tpu, So basically i followed the instruction on getting started, And when i ran the detect image command the error popped up.

Click to expand! ### Issue Type Build/Install ### Operating System Linux ### Coral Device USB Accelerator ### Other Devices Raspberry Pi 3 ### Programming Language Python 3.9 ### Relevant Log Output ```shell Traceback (most recent call last): File "/home/pi/coral/pycoral/examples/classify_image.py", line 121, in main() File "/home/pi/coral/pycoral/examples/classify_image.py", line 72, in main interpreter.allocate_tensors() File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 408, in allocate_tensors return self._interpreter.AllocateTensors() RuntimeError: Internal: Unsupported data type in custom op handler: 757904112Node number 1 (EdgeTpuDelegateForCustomOp) failed to prepare. ```