Package smile.vision
Interface ImageNet
public interface ImageNet
ImageNet class labels.
-
Field Summary
Modifier and TypeFieldDescriptionThe map from folder name to class id.static final ToIntFunction
<String> The functor mapping folder name to class id.static final String[]
Folder names in the same order of labels.The map from label to class id.static final ToIntFunction
<String> The functor mapping label to class id.static final String[]
Class labels.
-
Field Details
-
labels
Class labels. -
folders
Folder names in the same order of labels. -
label2Id
The map from label to class id. -
folder2Id
The map from folder name to class id. -
label2Target
The functor mapping label to class id. -
folder2Target
The functor mapping folder name to class id.
-