set_metadata
code_loader.leap_binder.set_ground_truth
Last updated
Was this helpful?
code_loader.leap_binder.set_ground_truth
Last updated
Was this helpful?
The leap_binder.set_metadata
binding function points to . In addition, it defines the metadata_type
and name
for reference.
function
metadata_type
For a float ground truth, use DatasetMetadataType.float
For a string ground truth, use DatasetMetadataType.string
For a int ground truth, use DatasetMetadataType.int
For a boolean ground truth, use DatasetMetadataType.boolean
name
(str) with the given name of the input, e.g. image.
Full examples can be found at the Dataset Integration section of the following guides:
(MetadataSectionCallableInterface) This parameter points to the mentioned above.
() This property helps visualize the metadata data.
Usage within the full script can be found at .