changeset 1280:2abeccdbb985 default tip

removing print debug
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 03 Jul 2024 15:13:15 -0400
parents 9562f5e8edf8
children
files scripts/dltrack.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/dltrack.py	Wed Jul 03 15:10:47 2024 -0400
+++ b/scripts/dltrack.py	Wed Jul 03 15:13:15 2024 -0400
@@ -43,8 +43,6 @@
 args = parser.parse_args()
 params, videoFilename, databaseFilename, homography, invHomography, intrinsicCameraMatrix, distortionCoefficients, undistortedImageMultiplication, undistort, firstFrameNum = storage.processVideoArguments(args)
 
-print(params, videoFilename, databaseFilename, homography)
-
 if args.homographyFilename is not None:
     homography = np.loadtxt(args.homographyFilename)
 if args.intrinsicCameraMatrixFilename is not None: