This commit is contained in:
Glenn Jocher 2018-10-26 01:09:45 +02:00
parent c0ff46256f
commit b25b16dccc
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def detect(opt):
img_detections.extend(detections) img_detections.extend(detections)
imgs.extend(img_paths) 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() prev_time = time.time()
# Bounding-box colors # Bounding-box colors