未验证 提交 f52c63bf 编写于 作者: S shangliang Xu 提交者: GitHub

[cherry-pick] fix params save_images (#6779)

上级 019226bf
...@@ -108,8 +108,8 @@ def argsparser(): ...@@ -108,8 +108,8 @@ def argsparser():
"calibration, trt_calib_mode need to set True.") "calibration, trt_calib_mode need to set True.")
parser.add_argument( parser.add_argument(
'--save_images', '--save_images',
action='store_true', type=bool,
default=False, default=True,
help='Save visualization image results.') help='Save visualization image results.')
parser.add_argument( parser.add_argument(
'--save_mot_txts', '--save_mot_txts',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册