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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: