-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errorr when running for a long period of time #297
Comments
Hello, it seems to be a usb3 issue, which I sometimes have with the RPI3. Could you try to see if it is reproducible on a us2 port or with a different cable? |
@Namburger |
@Namburger This error could be related to yolov5s model, cuase my code work fine with MobileNet SSD V2 The code from .7z file i attached here should be able to reproduce the error if you want to have a try. Inside here you will see three files
It may take up to 20 hours until the erorr show up. |
As mentioned here |
I tested on a different set of hardware(RPI4 and TPU), the error still show up. |
I found the problem, but don't know how to fix it.
So can it be the limitation of the usb bandwidth? |
I am using one Coral Edge Tpu on Raspberry Pi 4. I run yolov5s created using this repo at about 5 ~ 10 fps. I have encountered the following error consistenly when running the code for a long period of time (couple of hours) but also occasionally in shorter amounts of time(several minutes).
F :859] transfer on tag 2 failed. Abort. Deadline exceeded: USB transfer error 2 [LibUsbDataOutCallback]
As mentioned in #11 , it may be a power issue. But I had used an USB Power Meter to confirm that the Tpu consistenly draw about 4.95V and 0.20A (even at the moment the above error showing up). The only thing i connected to the Pi 4 is the Tpu and a webcam, so i don't thing power is an issue.
Moreover, I encountered the the error after i switching from MobileNet SSD V2 (Downloaded from the coral official site) to yolov5s.
Here is the edgetpu compiler log for the yolov5s:
Link for .tflite file: yolov5s-int8_edgetpu.tflite
I hope I gave you all the information needed, please do not hesitate to ask for more precisions.
Thanks in advance.
The text was updated successfully, but these errors were encountered: