60 lines
883 B
ReStructuredText
60 lines
883 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
|
|
force_full_init
|
|
|
|
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:
|
|
:template: classtemplate.rst
|
|
|
|
default_collate
|
|
pseudo_collate
|
|
worker_init_fn
|