View source: R/icevision_metrics.R
COCOMetric | R Documentation |
Wrapper around [cocoapi evaluator](https://github.com/cocodataset/cocoapi)
COCOMetric(
metric_type = COCOMetricType()$bbox,
print_summary = FALSE,
show_pbar = FALSE
)
metric_type |
Dependent on the task you're solving. |
print_summary |
If 'TRUE', prints a table with statistics. |
show_pbar |
If 'TRUE' shows pbar when preparing the data for evaluation. |
Calculates average precision. # Arguments metric_type: Dependent on the task you're solving. print_summary: If 'TRUE', prints a table with statistics. show_pbar: If 'TRUE' shows pbar when preparing the data for evaluation.
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.