From 330caefe694e6507d57768996f2a3a36eae73422 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 2 Apr 2019 14:19:53 +0200 Subject: [PATCH] updates --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 1d65d993..84afd03c 100644 --- a/test.py +++ b/test.py @@ -40,8 +40,8 @@ def test( # Configure run data_cfg = parse_data_cfg(data_cfg) test_path = data_cfg['valid'] - if (os.sep + 'coco' + os.sep) in test_path: # COCO dataset probable - save_json = True # use pycocotools + # if (os.sep + 'coco' + os.sep) in test_path: # COCO dataset probable + # save_json = True # use pycocotools # Dataloader dataset = LoadImagesAndLabels(test_path, img_size=img_size)