cascade.plot.motion_pictures

cascade.plot.motion_pictures(tb_file, vid_file, tag, mono, width=480, height=480, fps=30)[source]

Create video from images in tensorboard log

Parameters:
  • tb_file (str) – Path to input tensorboard log file

  • vid_file (str) – Path to output video file

  • tag (str) – Image tag in the TensorBoard log

  • mono (bool) – Whether the image is monochrome

  • width (int) – Video width

  • height (int) – Video height

  • fps (float) – Frames per second

Return type:

None