dataeval.utils.data.selections¶
Provides selection classes for selecting subsets of Computer Vision datasets.
Classes¶
Balance the dataset by class. |
|
Filter the dataset by class. |
|
Selects specific indices from the dataset. |
|
Limit the size of the dataset. |
|
Prioritizes the dataset by sort order in the embedding space. |
|
Reverse the selection order of the dataset. |
|
Shuffle the dataset using a seed. |