surendramaran / YOLO

YOLOv8, YOLOv9, YOLOv10, YOLOv11 in Mobile Devices, run different machine learning model inside Android and iOS.
https://www.surendramaran.com/
Other
57 stars 20 forks source link

Can I use DataType.UINT8 in your "YOLOv10-Object-Detector-Android-Tflite"? #5

Open boyapdao opened 2 months ago

boyapdao commented 2 months ago

I am having problem while reading ".tflite" file with DataType as UINT8. Can you help me write a sample code to read files with DataType UINT8? This ".tflite" file is yolov10, I used your "YOLOv10-Object-Detector-Android-Tflite" but don't know how to edit the code to run with DataType of UINT8. Please help me do this. Thanks.

file: yolov10n_int8.tflite.zip

surendramaran commented 2 months ago

9ac58d58-8970-46cc-9110-71b43d118154

I tried to use this model in ultralytics environment, and it didn't work either.

If you can successfully run your model in Ultrlytics python library then i am sure it will work in this repo as well.

Let me know if it still doesn't work. Thanks!!