This commit is contained in:
Glenn Jocher 2019-11-21 00:00:17 -08:00
parent f38723c0bd
commit 7c59715fda
1 changed files with 1 additions and 1 deletions

View File

@ -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'))