diff python/cvutils.py @ 1007:192de96e5255

solved config filename bug
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sun, 03 Jun 2018 14:14:13 -0400
parents 666b38437d9a
children a5f2309bb1ff
line wrap: on
line diff
--- a/python/cvutils.py	Sun Jun 03 00:44:35 2018 -0400
+++ b/python/cvutils.py	Sun Jun 03 14:14:13 2018 -0400
@@ -312,7 +312,7 @@
         if dryRun:
             print(cmd)
         else:
-            run(cmd, shell = True)
+            run(cmd)
         
     def displayTrajectories(videoFilename, objects, boundingBoxes = {}, homography = None, firstFrameNum = 0, lastFrameNumArg = None, printFrames = True, rescale = 1., nFramesStep = 1, saveAllImages = False, nZerosFilenameArg = None, undistort = False, intrinsicCameraMatrix = None, distortionCoefficients = None, undistortedImageMultiplication = 1., annotations = [], gtMatches = {}, toMatches = {}, colorBlind = False):
         '''Displays the objects overlaid frame by frame over the video '''