Error during IMX500 conversion #17902
Replies: 2 comments 1 reply
-
👋 Hello @JochenSchmitz, thank you for sharing your question and for your interest in Ultralytics 🚀! We recommend taking a look at the Ultralytics Docs for detailed guidance and examples on export-related workflows, including IMX500 export processes. To assist further, if this is a 🐛 Bug Report, please provide us with a minimum reproducible example that demonstrates the issue. This will help us effectively debug and identify the underlying cause. For example, include your environment details, the exact UpgradePlease ensure that you are using the latest version of Ultralytics and related dependencies. You can upgrade with the following command: pip install -U ultralytics Recommended EnvironmentsWe also suggest testing in one of the following verified environments to rule out potential issues related to dependencies:
Community and SupportFor real-time discussions and additional support, consider joining our Discord 🎧. You can also engage with our community on Discourse or participate in broader discussions on our Subreddit. CI StatusCI tests are conducted routinely to ensure the stability of all YOLO Modes and Tasks on all major operating systems. This is an automated response to ensure you get guidance quickly. An Ultralytics engineer will review and assist you further soon. Thanks again for contributing to the Ultralytics community ✨! |
Beta Was this translation helpful? Give feedback.
-
@JochenSchmitz hi Jochen, the warnings and errors appear to be related to the Model Compression Toolkit (MCT) during the quantization process. While the export may succeed, these issues could affect the quantized model’s quality. Please ensure you're using compatible versions of PyTorch and MCT and that your model complies with IMX500 requirements. If issues persist, consider referring to the detailed MCT quantization support in the documentation here or consult the toolkit's official resources. |
Beta Was this translation helpful? Give feedback.
-
Hello,
when exporting a YOLOv8 model to IMX500 format, I get the following error messages:
The export still works, but I'm not sure if the quantized model is really good.
Best regards,
Jochen
Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
WARNING:Model Compression Toolkit:Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
WARNING:Model Compression Toolkit:Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
WARNING:Model Compression Toolkit:Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
WARNING:Model Compression Toolkit:Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
WARNING:Model Compression Toolkit:Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
Mixed precision enabled.
Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
WARNING:Model Compression Toolkit:Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
WARNING:Model Compression Toolkit:Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
WARNING:Model Compression Toolkit:Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
WARNING:Model Compression Toolkit:Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
WARNING:Model Compression Toolkit:Pytorch model has a parameter or constant Tensor value. This can cause unexpected behaviour when converting the model.
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
ERROR:Model Compression Toolkit:Found duplicate qco types!
Beta Was this translation helpful? Give feedback.
All reactions