Description Usage Arguments Details
Configures the image reader that reads images and corresponding labels from a file.
1 | ImageDeserializer(filename, streams)
|
filename |
(str) file name of the input data file |
streams |
any dictionary-like object that contains a mapping from stream names to StreamDef objects. Each StreamDef object configures a label stream. |
Form: '<full path to image> <tab> <numerical label (0-based class id)>' or 'sequenceId <tab> path <tab> label'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.