Utilities for resolving COCO 90 class identifiers to their corresponding human readable labels. The labels are retrieved from pytorch/vision source to be compliant with torchvision pretrained models.

coco_classes(class_id = 1:90)

Arguments

class_id

Integer vector of 1-based class identifiers.

Value

A character vector with the COCO class names

See also