Utilities for resolving ImageNet-1k class identifiers to their corresponding human readable labels. The labels are retrieved from the same source used by PyTorch's reference implementation.

imagenet_classes(class_id = 1:1000)

imagenet_1k_classes(class_id = 1:1000)

imagenet_21k_df(class_id = 1:21843)

imagenet_21k_classes(class_id)

Arguments

class_id

Integer vector of 1-based class identifiers.

Value

A character vector with 1000 entries representing the ImageNet-1k class labels.

A data.frame with 21.8k rows representing the ImageNet-21k class labels.

A character vector with the labels associated with class_id.