From f3e9dbe80581e3151db1bd4d0945bd21866249e0 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Thu, 29 Aug 2024 10:26:20 -0400 Subject: [PATCH] sync --- vid2sheet.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vid2sheet.py b/vid2sheet.py index d459978..94b6a53 100644 --- a/vid2sheet.py +++ b/vid2sheet.py @@ -148,9 +148,9 @@ class Vid2Sheet: diff_sum = np.sum(frame_diff) if diff_sum > change_threshold: - log.debug( - f"Significant change found at frame {frame_count}, saving to {os.path.join(self.raw_dir, f"{img_output}")}" - ) + # log.debug( + # f"Significant change found at frame {frame_count}, saving to {os.path.join(self.raw_dir, f"{img_output}")}" + # ) cv2.imwrite(img_output, current_frame) count += 1