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