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
From #2447, training a model, then exporting it in both OpenVINO and Torch the visual result and pred_score are a lot different. Looks like a normalization problem but in the metadata of both models, the values are the same.
Describe the bug
From #2447, training a model, then exporting it in both OpenVINO and Torch the visual result and pred_score are a lot different. Looks like a normalization problem but in the metadata of both models, the values are the same.
OpenVINO inference - pred_score: 0.7632662161599639
Torch inference - pred_score: 0.6897885799407959
Full code
Dataset
MVTec
Model
PatchCore
Steps to reproduce the behavior
See above
OS information
OS information:
Expected behavior
Not sure, I suppose the exported models should have almost equal result in both OpenVINO and Torch
Screenshots
No response
Pip/GitHub
GitHub
What version/branch did you use?
1.2.0.dev0
Configuration YAML
Logs
Code of Conduct
The text was updated successfully, but these errors were encountered: