ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.14k stars 307 forks source link

Tutorial link - Testing SSD model using TFLite delegate #682

Closed kamalasubha closed 1 year ago

kamalasubha commented 1 year ago

Hi, Any tutorial available for testing ssd model object detection (tflite model) using tflite Delegate?

ArmRyan commented 1 year ago

Hi @kamalasubha ,

We have this quick start guide or a slightly more in depth guide. They are both using the python tflite api. Neither of them are specifically for the ssd mobilenet model but can be adapted!

Regards, Ryan