dataeval.selection¶
Provides selection classes for selecting subsets of Computer Vision datasets.
Classes¶
Select a balanced subset of images based on class distribution. |
|
Select dataset indices based on class labels, keeping only those present in classes. |
|
Selects only the given indices from the dataset. |
|
Limit the size of the dataset. |
|
Select dataset indices in reverse order. |
|
Dataset wrapper that applies selection criteria for filtering. |
|
Base class for all selection criteria used with |
|
Select dataset indices in a random order. |