From dff604b66f10a9f674a86c40530961cd6a632a75 Mon Sep 17 00:00:00 2001 From: Nickiel12 <35903114+Nickiel12@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:14:20 -0700 Subject: [PATCH] added conditional print for file processing --- Main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Main.py b/Main.py index 86bc7ab..2c97fa0 100644 --- a/Main.py +++ b/Main.py @@ -97,6 +97,8 @@ if args.training_data: tmp, frm = cap.read() height, width, channels = frm.shape +if (args.file): + print(f"Image is {height} tall and {width} wide") frame_count = 0 start_timestamp = time.strftime("%Y%m%d-%H%M%S") # print(f"{height*.25}, {width}")