From 345f4773b72b1d0d22626f9984870e684ef3fdf8 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 2 Sep 2018 13:18:59 +0200 Subject: [PATCH] updates --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 975e16e0..f0faeab1 100644 --- a/test.py +++ b/test.py @@ -28,7 +28,7 @@ num_classes = int(data_config['classes']) if platform == 'darwin': # MacOS (local) test_path = data_config['valid'] else: # linux (cloud, i.e. gcp) - test_path = '../coco/trainvalno5k.part' + test_path = '../coco/5k.part' # Initiate model model = Darknet(opt.cfg, opt.img_size)