removing print debug

Commit 2abeccdbb985 · Nicolas Saunier · 2024-07-03 15:13 -0400

Changeset
2abeccdbb985cab8b5ee1366ca06f2e63dec938e

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/scripts/dltrack.py b/scripts/dltrack.py
--- a/scripts/dltrack.py
+++ b/scripts/dltrack.py
@@ -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: