mirror of https://github.com/open-mmlab/mmcv.git
58 lines
854 B
ReStructuredText
58 lines
854 B
ReStructuredText
.. role:: hidden
|
|
:class: hidden-section
|
|
|
|
mmcv.transforms
|
|
===================================
|
|
|
|
.. currentmodule:: mmcv.transforms
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: classtemplate.rst
|
|
|
|
BaseTransform
|
|
|
|
Loading
|
|
----------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: classtemplate.rst
|
|
|
|
LoadAnnotations
|
|
LoadImageFromFile
|
|
|
|
Processing
|
|
----------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: classtemplate.rst
|
|
|
|
CenterCrop
|
|
MultiScaleFlipAug
|
|
Normalize
|
|
Pad
|
|
RandomChoiceResize
|
|
RandomFlip
|
|
RandomGrayscale
|
|
RandomResize
|
|
Resize
|
|
|
|
Wrapper
|
|
----------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: classtemplate.rst
|
|
|
|
Compose
|
|
KeyMapper
|
|
RandomApply
|
|
RandomChoice
|
|
TransformBroadcaster
|