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