PatchCore_anomaly_detection icon indicating copy to clipboard operation
PatchCore_anomaly_detection copied to clipboard

Inference on an image

Open isaacraf95 opened this issue 3 years ago • 3 comments

I have a doubt about the models that are saved from the pickle file, is it possible to make inferences with it? I am a beginner and I am a bit lost with the code, thanks in advance.

isaacraf95 avatar Jul 18 '22 21:07 isaacraf95

I have a doubt about the models that are saved from the pickle file, is it possible to make inferences with it? I am a beginner and I am a bit lost with the code, thanks in advance.

It looks good to analyze def test_step(self, batch, batch_idx):

dhkdnduq avatar Jul 20 '22 01:07 dhkdnduq

I had a little trouble following the thread, also, how the image is processed for inference, sorry, I'm still learning.

isaacraf95 avatar Jul 26 '22 16:07 isaacraf95

I had a little trouble following the thread, also, how the image is processed for inference, sorry, I'm still learning.

sudo process : A = forward(image) B = knn ( A & trained pickle ) OK or NG = threshold(B)

dhkdnduq avatar Jul 27 '22 04:07 dhkdnduq