From 0f0128439eefd132e568f642300b1b49cde69990 Mon Sep 17 00:00:00 2001 From: Till Raab Date: Thu, 16 Nov 2023 13:30:26 +0100 Subject: [PATCH] bf --- inference.py | 1 - 1 file changed, 1 deletion(-) diff --git a/inference.py b/inference.py index d3bb410..8bc83e5 100644 --- a/inference.py +++ b/inference.py @@ -54,7 +54,6 @@ def infere_model(inference_loader, model, dataset_name, detection_th=0.8): with torch.inference_mode(): outputs = model(images) - # ToDo: save outputs in label folder ! for image, img_name, output in zip(images, img_names, outputs): # x0, y0, x1, y1