2025-06-22 8:02 AM
Dear ST team,
I have followed the official tutorial:
How to deploy YOLOv8/YOLOv5 object detection models
and successfully built the deployment pipeline using Ultralytics yolov8n.pt.
However, I’ve noticed a significant performance gap between my converted model and the pre-optimized model provided by ST, in terms of inference speed under the same environment.
Am I missing any optimization steps during the export process?
Are there any recommended configurations or parameters to match the official model’s performance?
Thank you for your support.