EClassificationDataset::SetBasePath

Sets the base path for the images specified with a relative path.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetBasePath(const std::string& basePath)

Remarks

The base path is not serialized. It must be set after loading a dataset file.

EClassificationDataset.BasePath

Sets the base path for the images specified with a relative path.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

string BasePath

{ get; set; }

Remarks

The base path is not serialized. It must be set after loading a dataset file.