You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to export the pre-trained PADiM model in OpenVINO format with Post Training Quantization (PTQ) and Accuracy Control Quantization (ACQ).
During execution, I got a ValueError that says 'ImageBatch' object is not subscriptable.
srikesh-07
changed the title
[Bug]: ValueError while exporting model in OpenVINO format with PTQ
[Bug]: ValueError while exporting model in OpenVINO format with PTQ and ACQ
Mar 8, 2025
Describe the bug
Hello,
I have tried to export the pre-trained
PADiM
model in OpenVINO format with Post Training Quantization (PTQ) and Accuracy Control Quantization (ACQ).During execution, I got a
ValueError
that says'ImageBatch' object is not subscriptable
.Dataset
MVTecAD
Model
PADiM
Steps to reproduce the behavior
anomalib
usingpip
.OS information
OS information:
Expected behavior
The model should be converted to OpenVINO format with PTQ which can be verified by successful execution.
Screenshots
No response
Pip/GitHub
pip
What version/branch did you use?
main
Configuration YAML
No Configuration YAML since AnomaliB CLI have been used.
Logs
The error arises from `models/components/base/export_mixin.py`
Code of Conduct
The text was updated successfully, but these errors were encountered: