58 lines
832 B
ReStructuredText
58 lines
832 B
ReStructuredText
|
.. role:: hidden
|
||
|
:class: hidden-section
|
||
|
|
||
|
mmengine.dataset
|
||
|
===================================
|
||
|
|
||
|
.. contents:: mmengine.dataset
|
||
|
:depth: 2
|
||
|
:local:
|
||
|
:backlinks: top
|
||
|
|
||
|
.. currentmodule:: mmengine.dataset
|
||
|
|
||
|
Dataset
|
||
|
----------------
|
||
|
|
||
|
.. autosummary::
|
||
|
:toctree: generated
|
||
|
:nosignatures:
|
||
|
:template: classtemplate.rst
|
||
|
|
||
|
BaseDataset
|
||
|
Compose
|
||
|
|
||
|
Dataset Wrapper
|
||
|
----------------
|
||
|
|
||
|
.. autosummary::
|
||
|
:toctree: generated
|
||
|
:nosignatures:
|
||
|
:template: classtemplate.rst
|
||
|
|
||
|
ClassBalancedDataset
|
||
|
ConcatDataset
|
||
|
RepeatDataset
|
||
|
|
||
|
Sampler
|
||
|
----------------
|
||
|
|
||
|
.. autosummary::
|
||
|
:toctree: generated
|
||
|
:nosignatures:
|
||
|
:template: classtemplate.rst
|
||
|
|
||
|
DefaultSampler
|
||
|
InfiniteSampler
|
||
|
|
||
|
Utils
|
||
|
----------------
|
||
|
|
||
|
.. autosummary::
|
||
|
:toctree: generated
|
||
|
:nosignatures:
|
||
|
|
||
|
default_collate
|
||
|
pseudo_collate
|
||
|
worker_init_fn
|