COCOMetric: COCOMetric

View source: R/icevision_metrics.R

COCOMetricR Documentation

COCOMetric

Description

Wrapper around [cocoapi evaluator](https://github.com/cocodataset/cocoapi)

Usage

COCOMetric(
  metric_type = COCOMetricType()$bbox,
  print_summary = FALSE,
  show_pbar = FALSE
)

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.

Details

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.

Value

None


fastai documentation built on March 31, 2023, 11:41 p.m.