diff --git a/deploy/python/utils.py b/deploy/python/utils.py index 63831412c64819a18b0955ffe95203a0c58540ff..c52ac184c34a016079a1eb14464277ac4c8b2575 100644 --- a/deploy/python/utils.py +++ b/deploy/python/utils.py @@ -108,8 +108,8 @@ def argsparser(): "calibration, trt_calib_mode need to set True.") parser.add_argument( '--save_images', - action='store_true', - default=False, + type=bool, + default=True, help='Save visualization image results.') parser.add_argument( '--save_mot_txts',