zh/integrations/onnx/ #18608
Replies: 3 comments 2 replies
-
我想知道,导出onnx后怎样用onnx实现这段YOLO代码功能: results = model.track('1.mp4', conf=0.75, show_conf=False, line_width=1, device=device, persist=True) |
Beta Was this translation helpful? Give feedback.
-
👋 Hello, thank you for your interest in Ultralytics 🚀! We recommend exploring the resources in our Documentation to learn more about YOLO and its integrations, including ONNX export, which provides flexibility for deployment across various platforms. If this is a 🐛 Bug Report related to ONNX integration or export, please provide a minimum reproducible example to assist us in resolving it efficiently. If this is a ❓ Question about custom ONNX usage or deployment, kindly provide additional details such as the YOLO model version, specific export commands used, and any errors or logs encountered during the process. For community support, you can also join our vibrant Ultralytics network:
UpgradeEnsure you’re using the latest pip install -U ultralytics This ensures compatibility and access to the newest features. Check out our requirements file for dependencies, and confirm you’re operating on Python>=3.8 and PyTorch>=1.8. EnvironmentsYOLO models, including ONNX-related workflows, can be run in these verified setups:
StatusIf this badge shows green, all Ultralytics CI tests are passing, confirming compatibility with ONNX and other modes across platforms. This is an automated response to help guide you 🔍. An Ultralytics engineer will review your query and provide additional assistance soon. |
Beta Was this translation helpful? Give feedback.
-
我想知道,导出onnx后怎样用onnx实现这段YOLO代码功能: results = model.track('1.mp4', conf=0.75, show_conf=False, line_width=1, device=device, persist=True) |
Beta Was this translation helpful? Give feedback.
-
zh/integrations/onnx/
了解如何将YOLO11 模型导出为ONNX 格式,以便在各种平台上灵活部署并提高性能。
https://docs.ultralytics.com/zh/integrations/onnx/
Beta Was this translation helpful? Give feedback.
All reactions