finalize

scripts.fs_media.finalize(images_found: int, num_faces_detected: int, verify_output: bool) None

Output summary statistics at the end of the extract or convert processes.

Parameters:
  • images_found (int) – The number of images/frames that were processed

  • num_faces_detected (int) – The number of faces that have been detected

  • verify_output (bool) – True if multiple faces were detected in frames otherwise False.

Return type:

None