浏览代码

update test.py

5.0
Glenn Jocher 4 年前
父节点
当前提交
1ce686edfc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test.py

+ 1
- 1
test.py 查看文件

@@ -236,7 +236,7 @@ if __name__ == '__main__':
parser.add_argument('--merge', action='store_true', help='use Merge NMS')
parser.add_argument('--verbose', action='store_true', help='report mAP by class')
opt = parser.parse_args()
opt.save_json = opt.save_json or opt.data.endswith('coco.yaml')
opt.save_json |= opt.data.endswith('coco.yaml')
opt.data = check_file(opt.data) # check file
print(opt)


正在加载...
取消
保存