This commit is contained in:
Glenn Jocher 2019-12-20 10:24:49 -08:00
parent 05b1e437a0
commit 821cf9a189
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ if __name__ == '__main__':
else: else:
# Parameter study # Parameter study
y = [] y = []
x = np.arange(0.3, 0.9, 0.1) x = np.arange(0.3, 0.9, 0.05)
for v in x: for v in x:
t = time.time() 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] r = test(opt.cfg, opt.data, opt.weights, opt.batch_size, opt.img_size, opt.conf_thres, v, opt.save_json)[0]