Utilities for resolving COCO 80 class identifiers to their corresponding human readable labels. The labels are retrieved from ultralytics source

coco_classes(class_id = 1:80)

Arguments

class_id

Integer vector of 1-based class identifiers.

Value

A character vector with the COCO class names

See also