sync
This commit is contained in:
+3
-3
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user