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

Is there any TFLite inference script to check inference for the converted TFLite model(YoloX-Tiny) #1737

Open
Mukulareddy opened this issue Nov 24, 2023 · 2 comments

Comments

@Mukulareddy
Copy link

Hello,
I have converted the YoloX-Tiny.pth model to YoloX-Tiny.tflite(full int8 model).
I would want to evaluate the tflite model on COCO dataset. How can it be done?

@seniorb
Copy link

seniorb commented May 16, 2024

looking for a solution to this too please

@seniorb
Copy link

seniorb commented May 17, 2024

Here's a standalone script that works, at least for my tflite model
https://github.com/seniorb/yolox-tflite/blob/main/inference_tflite.py

I still need help getting this working on android if anyone wants to contribute

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

2 participants