From f507877624d8f06d7f28e18ab254b91ed7e59c86 Mon Sep 17 00:00:00 2001 From: Till Raab <till.raab@uni-tuebingen.de> Date: Thu, 26 Oct 2023 07:30:50 +0200 Subject: [PATCH] bf --- inference.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inference.py b/inference.py index 638b967..01e298f 100644 --- a/inference.py +++ b/inference.py @@ -32,7 +32,8 @@ def show_sample(img_tensor, outputs, detection_threshold): ) plt.show() -def infere_model(test_loader, model, detection_th=0.8) +def infere_model(test_loader, model, detection_th=0.8): + pass if __name__ == '__main__': model = create_model(num_classes=NUM_CLASSES)