dataeval.selection

Provides selection classes for selecting subsets of Computer Vision datasets.

Classes

ClassBalance

Select a balanced subset of images based on class distribution.

ClassFilter

Select dataset indices based on class labels, keeping only those present in classes.

Indices

Selects only the given indices from the dataset.

Limit

Limit the size of the dataset.

Reverse

Select dataset indices in reverse order.

Select

Dataset wrapper that applies selection criteria for filtering.

Shuffle

Select dataset indices in a random order.