From 23389da9ecd62edcad9ec364280b47c3dafe0d98 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 8 Mar 2020 12:35:04 -0700 Subject: [PATCH] updates --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 75d527ca..2b6b8f23 100644 --- a/test.py +++ b/test.py @@ -188,7 +188,7 @@ def test(cfg, # Save JSON if save_json and map and len(jdict): - print('COCO mAP with pycocotools...') + print('\nCOCO mAP with pycocotools...') imgIds = [int(Path(x).stem.split('_')[-1]) for x in dataloader.dataset.img_files] with open('results.json', 'w') as file: json.dump(jdict, file)