From b25b16dcccb44e0e1b38bbe838252725718bbdb0 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 26 Oct 2018 01:09:45 +0200 Subject: [PATCH] updates --- detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detect.py b/detect.py index b837be70..ab7772b6 100755 --- a/detect.py +++ b/detect.py @@ -75,7 +75,7 @@ def detect(opt): img_detections.extend(detections) imgs.extend(img_paths) - print('Batch %d... (Done %.3fs)' % (batch_i, time.time() - prev_time)) + print('Batch %d... (Done %.3f s)' % (batch_i, time.time() - prev_time)) prev_time = time.time() # Bounding-box colors