Open Mukulareddy opened 1 year ago
looking for a solution to this too please
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
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?