├── 01_Ten_Segmentors.ipynb ├── 02_Finetune_Segmentor.ipynb ├── 03_Custom_Model_Segmentors.ipynb ├── LICENSE ├── README.md └── images ├── README.md ├── ccnet.png ├── convnext.png ├── deeplab.png ├── fastfcn.png ├── fcn.png ├── pspnet.png ├── segcover.png ├── segformer.png ├── segmenter.png ├── setr.png ├── setr_arch.png ├── ss01.png ├── unet.png └── upernet.png /01_Ten_Segmentors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/01_Ten_Segmentors.ipynb -------------------------------------------------------------------------------- /02_Finetune_Segmentor.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/02_Finetune_Segmentor.ipynb -------------------------------------------------------------------------------- /03_Custom_Model_Segmentors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/03_Custom_Model_Segmentors.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/README.md -------------------------------------------------------------------------------- /images/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/ccnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/ccnet.png -------------------------------------------------------------------------------- /images/convnext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/convnext.png -------------------------------------------------------------------------------- /images/deeplab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/deeplab.png -------------------------------------------------------------------------------- /images/fastfcn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/fastfcn.png -------------------------------------------------------------------------------- /images/fcn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/fcn.png -------------------------------------------------------------------------------- /images/pspnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/pspnet.png -------------------------------------------------------------------------------- /images/segcover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/segcover.png -------------------------------------------------------------------------------- /images/segformer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/segformer.png -------------------------------------------------------------------------------- /images/segmenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/segmenter.png -------------------------------------------------------------------------------- /images/setr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/setr.png -------------------------------------------------------------------------------- /images/setr_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/setr_arch.png -------------------------------------------------------------------------------- /images/ss01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/ss01.png -------------------------------------------------------------------------------- /images/unet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/unet.png -------------------------------------------------------------------------------- /images/upernet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IbrahimSobh/Segmentation/HEAD/images/upernet.png --------------------------------------------------------------------------------