Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpreting OPENVINO results #2544

Open
LorenzoF6 opened this issue Jan 31, 2025 · 0 comments
Open

Interpreting OPENVINO results #2544

LorenzoF6 opened this issue Jan 31, 2025 · 0 comments

Comments

@LorenzoF6
Copy link

Hello, i fit and test on a custom dataset patchcore and padim and the i exported to models to the OPENVINO format. I'm working on Anomalib v2
The i perfom inference using the exported model and some images from my test set.
The test set is composed by two folder : test good images and test defective images

When i perform the inference on test good images the results are something like this: pred.pred_score: 0.993452 pred.pred_label True.

Since i think that the OPENVINO Inferencer say that if a pred_score > 0.5 is considered abnormal and true i supposed is the equivalent of the label ABNORMAL in the previuos versions of the function, my result saying that my model (as patchcore) fail to recognize good test images (because to be a good image the pred_score it has to be < 0.5)

It is correct my reasoning ?
Thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant