My project is based on object detection using tflite on raspberry pi4, the code works perfectly without the coral accelerator however when I try to speed the detection using google coral accelerator I get this error: (I run the code using google collab)
valueerror: output tensor at index 0 is expected to have 3 dimensions, found 2.
This is the full code using google collaboration:
Please give me detailed solution, thanks:)
I tried changing the tflite version to 2.5.0 but the code didn’t work.