From 3512f7ff6198ddb6d21082beaaa3ad4fa1c6f284 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 20 Jul 2019 17:09:43 +0200 Subject: [PATCH] updates --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index ad3f03be..79984de2 100644 --- a/test.py +++ b/test.py @@ -103,7 +103,7 @@ def test(cfg, jdict.append({'image_id': image_id, 'category_id': coco91class[int(d[6])], 'bbox': [float3(x) for x in box[di]], - 'score': float(format('%.5f', d[4]))}) + 'score': float(format('.5f', d[4]))}) # Clip boxes to image bounds clip_coords(pred, (height, width))