Update test.py

pull/104/head
Glenn Jocher 2020-07-08 16:29:31 -07:00 committed by GitHub
parent c3d3e6b776
commit 22ab1c295f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ def test(data,
# Plot images
if batch_i < 1:
f = Path(save_dir) / ('test_batch%g_gt.jpg' % batch_i) # filename
plot_images(img, targets, paths, str(f), names) # ground truth
f = Path(save_dir) / ('test_batch%g_pred.jpg' % batch_i)