Skip to content

Latest commit

 

History

History
83 lines (48 loc) · 986 Bytes

models.rst

File metadata and controls

83 lines (48 loc) · 986 Bytes

🕸️ Segmentation Models

.. autoclass:: segmentation_models_pytorch.Unet


.. autoclass:: segmentation_models_pytorch.UnetPlusPlus


.. autoclass:: segmentation_models_pytorch.FPN


.. autoclass:: segmentation_models_pytorch.PSPNet


.. autoclass:: segmentation_models_pytorch.DeepLabV3


.. autoclass:: segmentation_models_pytorch.DeepLabV3Plus


.. autoclass:: segmentation_models_pytorch.Linknet


.. autoclass:: segmentation_models_pytorch.MAnet


.. autoclass:: segmentation_models_pytorch.PAN


.. autoclass:: segmentation_models_pytorch.UPerNet


.. autoclass:: segmentation_models_pytorch.Segformer