Update test.py

pull/1/head
Glenn Jocher 5 years ago committed by GitHub
parent c3d3e6b776
commit 22ab1c295f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save