init(anchorBoxes:anchorBoxCount:)
Creates a YOLO loss filter descriptor with the anchor box data and number of anchor boxes you specify.
Declaration
convenience init(anchorBoxes: Data, anchorBoxCount: Int)Parameters
- anchorBoxes:
The anchor box data.
- anchorBoxCount:
The number of anchor boxes.