From 643616f2e8771cc0dc852391ee8b7a2d80b164a1 Mon Sep 17 00:00:00 2001 From: bai <996950537@qq.com> Date: Sat, 15 Oct 2022 20:57:50 +0800 Subject: [PATCH] t --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 6eca724..4790a1c 100644 --- a/test.py +++ b/test.py @@ -207,7 +207,7 @@ def test(data, # Append statistics (correct, conf, pcls, tcls) stats.append((correct.cpu(), pred[:, 4].cpu(), pred[:, 5].cpu(), tcls)) - # Plot images# file add images and + # Plot images# file add images and video if plots and batch_i < 3: f = save_dir / f'test_batch{batch_i}_labels.jpg' # labels Thread(target=plot_images, args=(img, targets, paths, f, names), daemon=True).start()