From 10f8f872f63328a4629e0ebdb4858cfd183a1d9d Mon Sep 17 00:00:00 2001 From: Till Raab Date: Thu, 26 Oct 2023 08:49:00 +0200 Subject: [PATCH] bf --- inference.py | 1 - 1 file changed, 1 deletion(-) diff --git a/inference.py b/inference.py index 4797a1f..505d313 100644 --- a/inference.py +++ b/inference.py @@ -41,7 +41,6 @@ def plot_inference(img_tensor, output, target, detection_threshold): ) plt.show() - embed() def infere_model(test_loader, model, detection_th=0.8):