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
{ set; }
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.
Module: open_evision.EasyDeepLearning
[Python]
BasePath: str
{set}
Remarks
The base path is not serialized. It must be set after loading a dataset file.