Megvii-BaseDetection / YOLOX

YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
Apache License 2.0
9.47k stars 2.21k forks source link

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

Open Mukulareddy opened 1 year ago

Mukulareddy commented 1 year ago

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 commented 6 months ago

looking for a solution to this too please

seniorb commented 6 months ago

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