mmengine.dataset¶
Dataset¶
BaseDataset for open source projects in OpenMMLab. |
|
Compose multiple transforms sequentially. |
Dataset Wrapper¶
A wrapper of class balanced dataset. |
|
A wrapper of concatenated dataset. |
|
A wrapper of repeated dataset. |
Sampler¶
The default data sampler for both distributed and non-distributed environment. |
|
It's designed for iteration-based runner and yields a mini-batch indices each time. |
Utils¶
Convert list of data sampled from dataset into a batch of data, of which type consistent with the type of each data_itement in |
|
Convert list of data sampled from dataset into a batch of data, of which type consistent with the type of each data_itement in |
|
This function will be called on each worker subprocess after seeding and before data loading. |