neodroidvision.utilities.tf_utilities.tf_bb

Functions

add_cdf_image_summary(values, name)

Adds a tf.summary.image for a CDF plot of the values.

add_hist_image_summary(values, bins, name)

Adds a tf.summary.image for a histogram plot of the values.

draw_bounding_boxes_on_image_tensors(images, ...)

Draws bounding boxes, masks, and keypoints on batch of image tensors.

save_image_array_as_png(image, output_path)

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