add_prediction
code_loader.leap_binder.add_prediction
Last updated
Was this helpful?
code_loader.leap_binder.add_prediction
Last updated
Was this helpful?
The purpose of the leap_binder.add_prediction
function is to describe the prediction(s) tensors for visualization and analysis purposes. This function adds a prediction type, which later can be assigned to the model graph prediction node(s).
name
(str) with the given name of the input, e.g. image
labels
(List[str]) an array containing the labels associated with this prediction
Full script usage can be found at .
Full examples can be found at the Dataset Integration section of the following guides: