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)A character vector with the COCO class names
Other class_resolution:
caltech_classes(),
imagenet_classes(),
pascal_voc_classes()