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'm using a custom dataset with the same structure of MVTec datasets. When inferencing with OpenVINO, if the image is not resized to the train image size, the prediction will give wrong results. I think the same problem is also #2136
Wrong prediction
Inferenced with inferencer.predict(image=image_path) where the images are in 1440x1440
in this dataset images are 1024x1024
Describe the bug
I'm using a custom dataset with the same structure of MVTec datasets. When inferencing with OpenVINO, if the image is not resized to the train image size, the prediction will give wrong results. I think the same problem is also #2136
Wrong prediction
Inferenced with
inferencer.predict(image=image_path)
where the images are in 1440x1440in this dataset images are 1024x1024
Correct prediction
Inferenced with
Torch inferencer
Using Torch inferencer the result is correct without resizing the images.
Code used for training:
Dataset
Other (please specify in the text field below)
Model
PADiM
Steps to reproduce the behavior
see above
OS information
OS information:
I'm using a custom dataset
Expected behavior
OpenVINOInferencer predicts correctly without resizing the images
Screenshots
Pip/GitHub
GitHub
What version/branch did you use?
No response
Configuration YAML
Logs
Code of Conduct
The text was updated successfully, but these errors were encountered: