updates
This commit is contained in:
parent
3854b933c3
commit
083d482561
2
test.py
2
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))
|
||||
|
|
Loading…
Reference in New Issue