EDeepLearningTool::SetLabel

Changes a label predicted by the tool.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetLabel(
   OEV_UINT32 index,
   const std::string& label
)

Parameters

index

Index of the label

label

New label

Remarks

Be careful when changing one of the label of a trained tool. It can create incompatibilities with previous metrics or results computed with this tool or with the dataset used to trained the tool.
Some tools may not use this label API. For example EUnsupervisedSegmenter uses EUnsupervisedSegmenter::GoodLabel instead.

EDeepLearningTool.SetLabel

Changes a label predicted by the tool.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void SetLabel(
   uint index,
   string label
)

Parameters

index

Index of the label

label

New label

Remarks

Be careful when changing one of the label of a trained tool. It can create incompatibilities with previous metrics or results computed with this tool or with the dataset used to trained the tool.
Some tools may not use this label API. For example EUnsupervisedSegmenter uses EUnsupervisedSegmenter::GoodLabel instead.