dataeval.utils.data.selections

Provides selection classes for selecting subsets of Computer Vision datasets.

Classes

ClassFilter

Filter and balance the dataset by class.

Indices

Selects specific indices from the dataset.

Limit

Limit the size of the dataset.

Reverse

Reverse the selection order of the dataset.

Shuffle

Shuffle the dataset using a seed.