From 7c59715fda83b0d6edada5658e1c63bc0dc81a86 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 21 Nov 2019 00:00:17 -0800 Subject: [PATCH] updates --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 05cc0862..c233adcf 100644 --- a/test.py +++ b/test.py @@ -219,4 +219,4 @@ if __name__ == '__main__': opt.iou_thres, opt.conf_thres, opt.nms_thres, - opt.save_json) + opt.save_json or (opt.data == 'data/coco.data'))