changeset 874:a1e92c48dfb4

correcting error
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 15 Feb 2017 14:57:49 -0500
parents 6b474db46b45
children 45384b45e35a
files scripts/compute-clearmot.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/compute-clearmot.py	Wed Feb 15 14:54:10 2017 -0500
+++ b/scripts/compute-clearmot.py	Wed Feb 15 14:57:49 2017 -0500
@@ -29,7 +29,7 @@
 parser.add_argument('--undistorted-multiplication', dest = 'undistortedImageMultiplication', help = 'undistorted image multiplication', type = float)
 
 parser.add_argument('-i', dest = 'videoFilename', help = 'name of the video file (for display)')
-parser.add_argument('--csv', dest = 'csvOutput', help = 'output comma-separated metrics')
+parser.add_argument('--csv', dest = 'csvOutput', help = 'output comma-separated metrics', action = 'store_true')
 args = parser.parse_args()
 
 if args.homographyFilename is not None: