flutter-tflite icon indicating copy to clipboard operation
flutter-tflite copied to clipboard

I have a question about using YOLOv5 models with TensorFlow Lite.

Open ghost opened this issue 1 year ago • 3 comments

I'm new to machine learning and have been learning about object detection models. I trained a YOLOv5 model using Ultralytics and would like to deploy it on an edge device that only supports TensorFlow Lite models.

When I tried converting the trained YOLOv5 model to TFLite format, I am running into issues getting the converted model to work correctly on the edge device.

Does anyone have any tips or advice for a machine learning newbie like myself on properly converting a YOLOv5 model to TFLite for edge deployment?

model1 model1_pic2 model1_pic3

Model: Inputs float32 Shape[1,256,256,3] Output float32 Shape [1,84,1360]

ghost avatar Dec 26 '23 13:12 ghost

Hey, do you have any more information? What kind of issues are you running into specifically?

aidendle94 avatar Jan 29 '24 17:01 aidendle94

you can import tflite and create model from command

azzurritech-talha avatar May 08 '24 19:05 azzurritech-talha