From 083d48256195b1028515d6ea4d63aeb31f6fbb56 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 20 Dec 2019 11:24:21 -0800 Subject: [PATCH] updates --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 3cb7e992..661bc249 100644 --- a/test.py +++ b/test.py @@ -244,7 +244,7 @@ if __name__ == '__main__': r = test(opt.cfg, opt.data, opt.weights, opt.batch_size, opt.img_size, opt.conf_thres, v, opt.save_json)[0] y.append(r + (time.time() - t,)) y = np.stack(y, 0) - np.savetxt('study.txt', y, fmt='%10.4g') + np.savetxt('study.txt', y, fmt='%10.4g') # y = np.loadtxt('study.txt') # Plot fig, ax = plt.subplots(3, 1, figsize=(6, 6))