Coral dev board and YOLO for object detection. #869
Labels
comp:model
Model related isssues
Hardware:Dev Board
Coral Dev Board issues
subtype:ubuntu/linux
Ubuntu/Linux Build/installation issues
type:performance
Performance issues
type:support
Support question or issue
Description
I'm working on training a Yolo model for object detection and plan to use a Google Coral Dev Board for inference. As the Coral documentation recommends, the model should be in the TFLite format with 8-bit quantization for optimal performance.
Thanks to Ultralytics, exporting the model to the required format is straightforward: Python
In the output, I see: Number of operations that will run on Edge TPU: 425 Number of operations that will run on CPU: 24
My question is: Can I do anything to make all operations run on the TPU for faster processing?
Additionally, are there any other recommended models that might offer better accuracy and lower latency on a Google Coral board?
Thank you all.
Click to expand!
Issue Type
Performance, Support
Operating System
Ubuntu
Coral Device
Dev Board
Other Devices
No response
Programming Language
Python 3.7, Other
Relevant Log Output
No response
The text was updated successfully, but these errors were encountered: