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)