Loads an RGB image Arg(s): path : str path to RGB image normalize : bool if set, then normalize image between [0, 1] data_format : str 'CHW', or 'HWC' Returns: numpy[float32] : H x W x C or C x H x W image
(path, normalize=True, data_format='HWC')
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected