EDeepLearningTool::LoadInferenceModel

Loads the tool's inference model. The inference model is required to apply the tool on new images.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void LoadInferenceModel(
   const std::string& filePath
)

Parameters

filePath

File path.

EDeepLearningTool.LoadInferenceModel

Loads the tool's inference model. The inference model is required to apply the tool on new images.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void LoadInferenceModel(
   string filePath
)

Parameters

filePath

File path.