dataeval.core.LabelStatsResult¶
- class dataeval.core.LabelStatsResult¶
Type definition for label statistics output.
- label_counts_per_class¶
Mapping of class labels to their total occurrence count.
- image_counts_per_class¶
Mapping of class labels to the number of images containing that class.
- image_indices_per_class¶
Mapping of class labels to sequences of image indices containing that class.
- classes_per_image¶
Sequence containing class labels for each image, indexed by image position. Images with no labels have empty sequences.
- index2label¶
Direct mapping from class index to class name for O(1) lookups