ELocatorBase::GetPredictionAnchors

ELocatorBase::SetPredictionAnchors

Prediction anchors.
The prediction anchors are a set of object bounding box sizes. Each anchor is used to detect objects with a size similar to that anchor. As such, the prediction anchors must reflect the variety of sizes of objects that must be detected.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

std::vector<Euresys::Open_eVision::ESize> GetPredictionAnchors() const

void SetPredictionAnchors(const std::vector<Euresys::Open_eVision::ESize>& anchors)

ELocatorBase.PredictionAnchors

Prediction anchors.
The prediction anchors are a set of object bounding box sizes. Each anchor is used to detect objects with a size similar to that anchor. As such, the prediction anchors must reflect the variety of sizes of objects that must be detected.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.ESize[] PredictionAnchors

{ get; set; }