Contents

averagePrecision

Two dictionaries of average precisions at different thresholds.

Declaration

var averagePrecision: (variedIoU: [String : Double], IoU50: [String : Double]) { get }

Parameters

  • variedIoU:

    The average precision values of all classes at various thresholds, varying from 50% to 95%, for the intersection-over-union metric. The keys of the dictionary are each object’s label.

  • IoU50:

    The average precision values of all classes at a 50% threshold of intersection-over-union metric. The keys of the dictionary are each object’s label.

See Also

Assessing the model