dataeval.utils.data.selections

Provides selection classes for selecting subsets of Computer Vision datasets.

Classes

ClassBalance

Balance the dataset by class.

ClassFilter

Filter the dataset by class.

Indices

Selects specific indices from the dataset.

Limit

Limit the size of the dataset.

Prioritize

Prioritizes the dataset by sort order in the embedding space.

Reverse

Reverse the selection order of the dataset.

Shuffle

Shuffle the dataset using a seed.