MeanAveragePrecisionReport#
- class MeanAveragePrecisionReport[source]#
Summarize mean average precision metrics on a dataset and model per IoU and bounding box area.
- Parameters
- area_range: tuple, default: (32**2, 96**2)
Slices for small/medium/large buckets.
- __new__(*args, **kwargs)#
Methods
Add new condition function to the check. |
|
|
Add condition - average mAP for IoU values between 0.5 to 0.9 in all areas is not less than given score. |
|
Add condition - mAP scores for in different area thresholds is not less than given score. |
Remove all conditions from this check instance. |
|
|
Compute the metric result using the ignite metrics compute method and create display. |
Run conditions on given result. |
|
Finalize the check result by adding the check instance and processing the conditions. |
|
Initialize run by asserting task type and initializing metric. |
|
Return check metadata. |
|
Name of class in split camel case. |
|
Return parameters to show when printing the check. |
|
Remove given condition by index. |
|
|
Run check. |
|
Update the metrics by passing the batch to ignite metric update method. |