neodroidvision.utilities.tf_utilities.tf_bb.save_image_array_as_png

neodroidvision.utilities.tf_utilities.tf_bb.save_image_array_as_png(image: Image, output_path: Path) None[source]

Saves an image (represented as a numpy array) to PNG.

Args: image: a numpy array with shape [height, width, 3]. output_path: path to which image should be written.