Enum MatchLabel
- Namespace
- AiDotNet.ComputerVision.Detection.Anchors
- Assembly
- AiDotNet.dll
Label indicating how an anchor should be treated during training.
public enum MatchLabel
Fields
Ignore = 2Anchor is borderline - excluded from loss calculation.
Negative = 1Anchor not matched - should predict background/no object.
Positive = 0Anchor matched to a GT box - should predict the object.