nsaunier/traffic-intelligence
removing print debug
Commit 2abeccdbb985 · Nicolas Saunier · 2024-07-03 15:13 -0400
Comments
No comments yet.
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: