IMX500 Sony AI Accelerator Ultralytics model export = imx Convertion error #17755
Replies: 2 comments
-
👋 Hello @ARCHANGELOVE, thank you for sharing your issue with Ultralytics 🚀! We recommend visiting our Docs for a wealth of information including Python and CLI usage examples, where you might find answers to common questions. It seems you might be encountering a 🐛 bug. To assist our debugging process, could you please provide a minimum reproducible example? Moreover, if this relates to a custom training ❓ question, please share additional details like dataset samples and training logs, and ensure you're aligning with our Tips for Best Training Results. Engage with our Ultralytics community where it best suits your needs. Join the conversation on Discord 🎧 for real-time chat, explore in-depth discussions on Discourse, or dive into our Subreddit to share and gain knowledge. UpgradeTo check if your issue has been resolved, consider upgrading to the latest pip install -U ultralytics EnvironmentsYOLO can be run on any of the following updated environments (ensure all dependencies including CUDA, CUDNN, Python, and PyTorch are preinstalled):
StatusIf the above badge is green, it indicates that all Ultralytics CI tests are currently passing. These CI tests validate the correct operation of all YOLO Modes and Tasks across macOS, Windows, and Ubuntu every 24 hours and upon each commit. An Ultralytics engineer will be on hand soon to assist you further! 😊 |
Beta Was this translation helpful? Give feedback.
-
@ARCHANGELOVE thank you for reaching out. The error suggests that the |
Beta Was this translation helpful? Give feedback.
-
Hi everyone im facing error on convertion YOLOv8n-obb model to imx. Is this a bug
this is the command i run
yolo export model=yolov8n-obb.pt format=imx
File "/home/ubuntu/.pyenv/versions/3.9.20/lib/python3.9/site-packages/ultralytics/nn/modules/head.py", line 124, in _inference
dbox = self.decode_bboxes(
TypeError: decode_bboxes() got an unexpected keyword argument 'xywh'
Beta Was this translation helpful? Give feedback.
All reactions