Replies: 2 comments 2 replies
-
👋 Hello @wokka77, thank you for your interest in Ultralytics 🚀! We recommend checking out the Docs where you'll find extensive information, including Python usage and exporting models that may help answer your questions. If this is a 🐛 Bug Report, please provide a minimum reproducible example to assist us in debugging it efficiently. If this is a general ❓ Question or relates to custom training and exporting, please share as much context as possible regarding your workflow. This includes any export logs, configurations, and steps you've already completed, as well as details about the OAK camera system you are using. Additionally, here are a few ways to connect with our community for more support: UpgradeTo ensure compatibility and optimal performance, consider upgrading to the latest version of the pip install -U ultralytics Exporting Models to .blob FormatFor exporting models, YOLO supports conversion to diverse formats. Refer to the Export Guide for detailed instructions on supported formats, including .blob format. If you've encountered specific issues during your export process, please share those details to help us better assist you. You can also verify our supported environments:
Status
🤖 This is an automated response, but no worries! An Ultralytics engineer will assist you soon. 😊 |
Beta Was this translation helpful? Give feedback.
-
@wokka77 for .blob format conversion with OAK devices, the export process optimizes the model specifically for Intel Myriad X VPU hardware. This conversion typically maintains detection accuracy while significantly improving inference speed on OAK cameras, but you should validate performance using our Benchmark mode (https://docs.ultralytics.com/modes/benchmark) before deployment. The Ultralytics export docs (https://docs.ultralytics.com/modes/export) include guidance for hardware-specific optimizations. |
Beta Was this translation helpful? Give feedback.
-
Newbie question -
I have a model I created in YOLOv11 and its helped with performance so far.
I want to export it as .blob format to run it on an OAK camera.
If I export the model as blob format, will the conversion process alter the performance of the YOLOv11 model at all?
My apologies, am not across the finer points of these models....
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions