Configures the image reader that reads base64 encoded images and corresponding labels from a file.

Base64ImageDeserializer(filename, streams)

Arguments

filename

(str): file name of the input file dataset that contains images and corresponding labels

Details

Form: `[sequenceId <tab>] <numerical label (0-based class id)> <tab> <base64 encoded image>`

Similarly to the ImageDeserializer, the sequenceId prefix is optional and can be omitted.