Commit a81bc984 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): save the docs

parent ecd829a1
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
imgutils.preprocess.base
===========================================

.. currentmodule:: imgutils.preprocess.base

.. automodule:: imgutils.preprocess.base


NotParseTarget
-----------------------------

.. autoclass:: NotParseTarget

+15 −0
Original line number Diff line number Diff line
imgutils.preprocess
========================

.. currentmodule:: imgutils.preprocess

.. automodule:: imgutils.preprocess


.. toctree::
    :maxdepth: 3

    base
    pillow
    torchvision
+36 −0
Original line number Diff line number Diff line
imgutils.preprocess.pillow
===========================================

.. currentmodule:: imgutils.preprocess.pillow

.. automodule:: imgutils.preprocess.pillow


register_pillow_transform
------------------------------------------------------------------------

.. autofunction:: register_pillow_transform



create_pillow_transforms
------------------------------------------------------------------------

.. autofunction:: create_pillow_transforms



register_pillow_parse
------------------------------------------------------------------------

.. autofunction:: register_pillow_parse



parse_pillow_transforms
------------------------------------------------------------------------

.. autofunction:: parse_pillow_transforms


+36 −0
Original line number Diff line number Diff line
imgutils.preprocess.torchvision
===========================================

.. currentmodule:: imgutils.preprocess.torchvision

.. automodule:: imgutils.preprocess.torchvision


register_torchvision_transform
------------------------------------------------------------------------

.. autofunction:: register_torchvision_transform



create_torchvision_transforms
------------------------------------------------------------------------

.. autofunction:: create_torchvision_transforms



register_torchvision_parse
------------------------------------------------------------------------

.. autofunction:: register_torchvision_parse



parse_torchvision_transforms
------------------------------------------------------------------------

.. autofunction:: parse_torchvision_transforms


+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ configuration file's structure and their versions.
    api_doc/ocr/index
    api_doc/operate/index
    api_doc/pose/index
    api_doc/preprocess/index
    api_doc/resource/index
    api_doc/restore/index
    api_doc/sd/index
Loading