Contents:
Create video from images in tensorboard log
tb_file (str) – Path to input tensorboard log file
str
vid_file (str) – Path to output video file
tag (str) – Image tag in the TensorBoard log
mono (bool) – Whether the image is monochrome
bool
width (int) – Video width
int
height (int) – Video height
fps (float) – Frames per second
float
None