Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 725 Bytes

transforms.rst

File metadata and controls

18 lines (14 loc) · 725 Bytes

Transforms

.. automodule:: classy_vision.dataset.transforms

Classy Vision is able to work directly with torchvision transforms, so it ships with very few built-in transforms. However, during research it's common to experiment with new transforms. The :class:`ClassyTransform` class allows users to express their transforms in a common format and define them in a configuration file.

Like other Classy Vision abstractions, :class:`ClassyTransform` is accompanied by a :func:`register_transform` decorator and :func:`build_transform` function for integration with the config system.

.. automodule:: classy_vision.dataset.transforms
    :members: