EDeepLearningTool::Load

Loads a deep learning tool. The given ESerializer must have been created for reading.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void Load(
   const std::string& filePath
)

void Load(
   ESerializer* serializer
)

Parameters

filePath

File path.

serializer

Pointer to the ESerializer created for reading.

EDeepLearningTool.Load

Loads a deep learning tool. The given ESerializer must have been created for reading.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void Load(
   string filePath
)

void Load(
   Euresys.Open_eVision.ESerializer serializer
)

Parameters

filePath

File path.

serializer

Pointer to the ESerializer created for reading.