dataeval.data¶
Dataset organization tools: conform, filter, split, and reshape dataset views.
Classes¶
Select a balanced subset of images based on class distribution. |
|
Select dataset indices based on class labels, keeping only those present in classes. |
|
Dataset view that conforms each datum via one or more |
|
Base class for a per-datum conformation applied by |
|
Output class containing test indices and a list of TrainValSplits. |
|
Present an object-detection dataset’s ground-truth boxes as an image-classification dataset. |
|
Selects only the given indices from the dataset. |
|
Limit the size of the dataset. |
|
Conform a dataset’s class labels to a target vocabulary via a class mapping. |
|
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. |
|
Dataclass containing train and validation indices. |
Functions¶
Build track dicts for a single target or an entire dataset. |
|
Concatenate datasets that share a label vocabulary into one dataset view. |
|
Dataset splitting function. Returns a dataclass containing a list of train and validation indices. |
|
Unzips a dataset into separate generators for images and targets. |