set_metadata
code_loader.leap_binder.set_ground_truth
The leap_binder.set_metadata
binding function points to Metadata Function. In addition, it defines the metadata_type
and name
for reference.
Args | |
---|---|
| (MetadataSectionCallableInterface) This parameter points to the Metadata Function mentioned above. |
| (DatasetMetadataType) This property helps visualize the metadata data.
|
| (str) with the given name of the input, e.g. image. |
Examples
Basic Usage
Usage within the full script can be found at Dataset Script.
Guides
Full examples can be found at the Dataset Integration section of the following guides:
Last updated