From 821cf9a189fb256bfb0fdbf616c1d53d1ac198ff Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 20 Dec 2019 10:24:49 -0800 Subject: [PATCH] updates --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 9968cb65..e858d46d 100644 --- a/test.py +++ b/test.py @@ -238,7 +238,7 @@ if __name__ == '__main__': else: # Parameter study y = [] - x = np.arange(0.3, 0.9, 0.1) + x = np.arange(0.3, 0.9, 0.05) for v in x: t = time.time() r = test(opt.cfg, opt.data, opt.weights, opt.batch_size, opt.img_size, opt.conf_thres, v, opt.save_json)[0]