Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
boyapdao opened this issue Aug 26, 2024 · 1 comment
Assignees

Comments

@boyapdao
Copy link

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
Copy link
Owner

surendramaran commented Aug 26, 2024

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!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@surendramaran @boyapdao and others