Skip to content

Commit

Permalink
corrected output wording
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHue committed Aug 9, 2024
1 parent fd69aea commit 3cef54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions video2images.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ def extract_frames(
cap.release()
cv2.destroyAllWindows()
logging.info("#" * 32)
logging.info(f"Total frames extracted: {count}")
logging.info(f"Total frames in video: {count}")
logging.info(f"Extracted frames: {extracted_count}")
logging.info(
f"Filtered frames with below {blur_min_threshold} "
f"\nFiltered frames with below {blur_min_threshold} "
f"blur: {blur_count}"
)
logging.info(
Expand Down

0 comments on commit 3cef54d

Please sign in to comment.