ELocatorBase::GetMaxNumberOfObjects

ELocatorBase::SetMaxNumberOfObjects

Maximum number of objects in an image (default value: 100).

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int GetMaxNumberOfObjects() const

void SetMaxNumberOfObjects(int val)

Remarks

The value of this parameter will be automatically changed when training if it is lower than the maximum number of objects in an image from the training dataset.
This parameter can be changed before and after training.

ELocatorBase.MaxNumberOfObjects

Maximum number of objects in an image (default value: 100).

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int MaxNumberOfObjects

{ get; set; }

Remarks

The value of this parameter will be automatically changed when training if it is lower than the maximum number of objects in an image from the training dataset.
This parameter can be changed before and after training.