wandb.data_types.Image
Last updated
Was this helpful?
Last updated
Was this helpful?
Wandb class for images.
Arguments
data_or_path
(numpy array, string, io) Accepts numpy array of image data, or a PIL image. The class attempts to infer the data format and converts it.
mode
caption
(string) Label for display of image.
all_boxes
all_captions
all_masks
guess_mode
Guess what type of image the np.array is representing
to_uint8
Converts floating point image on the range [0,1] and integer images on the range [0,255] to uint8, clipping if necessary.
Class Variables
MAX_DIMENSION
65500
MAX_ITEMS
108
(string) The PIL mode for an image. Most common are "L", "RGB", "RGBA". Full explanation at .