Inference on an image
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.
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):
I had a little trouble following the thread, also, how the image is processed for inference, sorry, I'm still learning.
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)