From 22ab1c295f813147a93bed366ddf7768c0975919 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 8 Jul 2020 16:29:31 -0700 Subject: [PATCH] Update test.py --- test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test.py b/test.py index 18f8e58..0e1f829 100644 --- a/test.py +++ b/test.py @@ -162,7 +162,6 @@ def test(data, # Plot images if batch_i < 1: - f = Path(save_dir) / ('test_batch%g_gt.jpg' % batch_i) # filename plot_images(img, targets, paths, str(f), names) # ground truth f = Path(save_dir) / ('test_batch%g_pred.jpg' % batch_i)