.. DocumentSegmentation documentation master file, created by sphinx-quickstart on Sat Mar 20 11:29:27 2021. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to DocumentSegmentation's documentation From Jobin K.V.! ================================================ .. toctree:: :maxdepth: 2 :caption: Contents: Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` 📦 Segmentation Models ============================== Unet ~~~~ .. autoclass:: segmentation_models_pytorch.Unet Unet++ ~~~~~~ .. autoclass:: segmentation_models_pytorch.UnetPlusPlus MAnet ~~~~~~ .. autoclass:: segmentation_models_pytorch.MAnet Linknet ~~~~~~~ .. autoclass:: segmentation_models_pytorch.Linknet FPN ~~~ .. autoclass:: segmentation_models_pytorch.FPN PSPNet ~~~~~~ .. autoclass:: segmentation_models_pytorch.PSPNet PAN ~~~ .. autoclass:: segmentation_models_pytorch.PAN DeepLabV3 ~~~~~~~~~ .. autoclass:: segmentation_models_pytorch.DeepLabV3 DeepLabV3+ ~~~~~~~~~~ .. autoclass:: segmentation_models_pytorch.DeepLabV3Plus