Description Usage Arguments Details
Configures the image reader that reads base64 encoded images and corresponding labels from a file.
1 | Base64ImageDeserializer(filename, streams)
|
filename |
(str): file name of the input file dataset that contains images and corresponding labels |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.