Interface ImageNet
public interface ImageNet
ImageNet class labels.
-
Field Summary
FieldsModifier 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
-
folder2Id
-
label2Target
The functor mapping label to class id. -
folder2Target
The functor mapping folder name to class id.
-