Google Edge TPU - Submissions for EXPORT competition #3428
Replies: 10 comments 33 replies
-
Hi, please check my repo for a detailed tutorial on how to setup all required packages and running YoloV5 inference on Google Coral Dev Mini board. https://github.com/bogdannedelcu/yolov5-export-to-coraldevmini I see there are some layers in the NN which are not converted due to compatibility and size (416 is worse than 224). Another issue to be further investigated are the slightly different results on EdgeTPU than in Google Collab on the same INT8 weights, where some detection boxes have zero width. I hope this will help, |
Beta Was this translation helpful? Give feedback.
-
Update: We had some issues, and we were not able to complete our dynamic image solution for coral devices in time. Therefore we are withdrawing our submission. However, I'll leave this link in case somebody was following our work. We will push the updated code by the next week. [Not public yet] Hi, we are also developing a submission for this competition and we just release an alpha version of it. We didn't have access to Edge TPUs, so we tested our solution on colab TPU for now using TensorFlow. Our TPU solution uses the Tensorflow backend right now, but we plan to release tflite_runtime and pycoral in upcoming weeks. We already have the TFLite backend, we just have to modify interpreter creation logic. We have built our solution in the form of a pip package with various backend support (TensorRT, Torchscript, ONNX, TensorFlow, TFLite) integrated through a common interface named Detector. Important points
We are working on
Please share your feedback and let us know if you have any suggestions or feature requests. Repository | pip-pkg | Detector-Info | Tensorflow-TPU | TFLite | FPS-Info (will update it soon) | Precission Loss Info [Release: Alpha; Still Developing] Thank you! |
Beta Was this translation helpful? Give feedback.
-
Would you consider solutions that run on a general Coral accelerator? For example I'm currently using an M2 device which is how many people will probably want to deploy in production, or using the USB-C dongle. In general the setup would be identical in terms of installing the pycoral libaries etc - in my case I have it plugged into the expansion slot on a Jetson Nano. |
Beta Was this translation helpful? Give feedback.
-
please give me a link where I can download your converted model and also
the options you used to convert so I can investigate further.
…On Wed, Aug 25, 2021 at 12:43 PM ksp7518 ***@***.***> wrote:
@bogdannedelcu <https://github.com/bogdannedelcu> There seems to be a
problem when I converting to edgeTPU.
The converted model you uploaded is boxed normally.
[image: _result]
<https://user-images.githubusercontent.com/60207605/130768128-1aeaaa75-cca3-4352-be15-1d6b905490ca.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3428 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACAJSJEC6JB4GKBRONUNJ33T6S3NVANCNFSM457JSF2A>
.
|
Beta Was this translation helpful? Give feedback.
-
Hello, I'm using edgeTPU USB Accelerator without GPU on i7 cpu. When I tested yolov5s-int8_edgetpu_416.tflite with video, I saw that the CPU usage rate was 100%. |
Beta Was this translation helpful? Give feedback.
-
@ksp7518 you can use Netron: Look on the right, you can see the If you want to check where the CPU usage is coming from, then just profile your test script? Have a look at |
Beta Was this translation helpful? Give feedback.
-
@jveitchmichaelis It's interesting to be able to go straight to TFLite. I want to test |
Beta Was this translation helpful? Give feedback.
-
Hi participants, Thank you all for your submissions, we have already reviewed them and are about to announce the winners! Please send me an email at [email protected] including your full name and GitHub username, so I can share more information with you. Stay tuned - the results are coming soon! Stefani Kovachevska |
Beta Was this translation helpful? Give feedback.
-
Thank you all for contributing and for being a valuable member of our open-source community. The prize in this category of the YOLOv5 Export Competition goes to @jveitchmichaelis. Congratulations! Stay amazing and keep creating! 🚀 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Use this discussion thread for YOLOv5 🚀 EXPORT Competition submissions in the Google Edge TPU category. Good luck!
Beta Was this translation helpful? Give feedback.
All reactions