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