This commit is contained in:
sakamoto
2024-08-29 10:26:20 -04:00
parent b7037ccccf
commit f3e9dbe805
+3 -3
View File
@@ -148,9 +148,9 @@ class Vid2Sheet:
diff_sum = np.sum(frame_diff) diff_sum = np.sum(frame_diff)
if diff_sum > change_threshold: if diff_sum > change_threshold:
log.debug( # log.debug(
f"Significant change found at frame {frame_count}, saving to {os.path.join(self.raw_dir, f"{img_output}")}" # 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) cv2.imwrite(img_output, current_frame)
count += 1 count += 1