updates
This commit is contained in:
parent
05b1e437a0
commit
821cf9a189
2
test.py
2
test.py
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue