MeanAverageRecallReport#
- class MeanAverageRecallReport[source]#
 Summarize mean average recall metrics on a dataset and model per detections and area range.
- 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 - AR score is greater 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.  | 
|
  | 
Return check configuration (conditions' configuration not yet supported).  | 
  | 
Return check object from a CheckConfig object.  | 
  | 
Deserialize check instance from JSON string.  | 
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.  | 
  | 
Serialize check instance to JSON string.  | 
  | 
Update the metrics by passing the batch to ignite metric update method.  |