EUnsupervisedSegmenter::GetScaleDisabledAtInference

EUnsupervisedSegmenter::SetScaleDisabledAtInference

Whether to apply the scale parameter at inference or not.
If you disable the scale at inference, make sure your images are already scaled. For example, if you trained with images of 1024x1024 and a scale of 0.5, the inference images should be 512 x 512 images with the same field of view as the training images.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

bool GetScaleDisabledAtInference() const

void SetScaleDisabledAtInference(bool disable)

EUnsupervisedSegmenter.ScaleDisabledAtInference

Whether to apply the scale parameter at inference or not.
If you disable the scale at inference, make sure your images are already scaled. For example, if you trained with images of 1024x1024 and a scale of 0.5, the inference images should be 512 x 512 images with the same field of view as the training images.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

bool ScaleDisabledAtInference

{ get; set; }