SkillAgentSearch skills...

Awesome Semantic Segmentation

:metal: awesome-semantic-segmentation

Install / Use

npx skills add mrgloom/awesome-semantic-segmentation

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Awesome

Awesome Semantic Segmentation

Networks by architecture

Semantic segmentation

  • U-Net [https://arxiv.org/pdf/1505.04597.pdf] [2015]
    • https://github.com/zhixuhao/unet [Keras]GitHub stars
    • https://github.com/jocicmarko/ultrasound-nerve-segmentation [Keras]GitHub stars
    • https://github.com/EdwardTyantov/ultrasound-nerve-segmentation [Keras]GitHub stars
    • https://github.com/ZFTurbo/ZF_UNET_224_Pretrained_Model [Keras]GitHub stars
    • https://github.com/yihui-he/u-net [Keras]GitHub stars
    • https://github.com/jakeret/tf_unet [Tensorflow]GitHub stars
    • https://github.com/divamgupta/image-segmentation-keras [Keras]GitHub stars
    • https://github.com/ZijunDeng/pytorch-semantic-segmentation [PyTorch]GitHub stars
    • https://github.com/akirasosa/mobile-semantic-segmentation [Keras]GitHub stars
    • https://github.com/orobix/retina-unet [Keras]GitHub stars
    • https://github.com/qureai/ultrasound-nerve-segmentation-using-torchnet [Torch]GitHub stars
    • https://github.com/ternaus/TernausNet [PyTorch]GitHub stars
    • https://github.com/qubvel/segmentation_models [Keras]GitHub stars
    • https://github.com/LeeJunHyun/Image_Segmentation#u-net [PyTorch]GitHub stars
    • https://github.com/yassouali/pytorch_segmentation [PyTorch]GitHub stars
    • https://lmb.informatik.uni-freiburg.de/people/ronneber/u-net/ [Caffe + Matlab]
  • SegNet [https://arxiv.org/pdf/1511.00561.pdf] [2016]
    • https://github.com/alexgkendall/caffe-segnet [Caffe]
    • https://github.com/developmentseed/caffe/tree/segnet-multi-gpu [Caffe]
    • https://github.com/preddy5/segnet [Keras]
    • https://github.com/imlab-uiip/keras-segnet [Keras]
    • https://github.com/andreaazzini/segnet [Tensorflow]
    • https://github.com/fedor-chervinskii/segnet-torch [Torch]
    • https://github.com/0bserver07/Keras-SegNet-Basic [Keras]
    • https://github.com/tkuanlun350/Tensorflow-SegNet [Tensorflow]
    • https://github.com/divamgupta/image-segmentation-keras [Keras]
    • https://github.com/ZijunDeng/pytorch-semantic-segmentation [PyTorch]
    • https://github.com/chainer/chainercv/tree/master/examples/segnet [Chainer]
    • https://github.com/ykamikawa/keras-SegNet [Keras]
    • https://github.com/ykamikawa/tf-keras-SegNet [Keras]
    • https://github.com/yassouali/pytorch_segmentation [PyTorch]GitHub stars
  • DeepLab [https://arxiv.org/pdf/1606.00915.pdf] [2017]
    • https://bitbucket.org/deeplab/deeplab-public/ [Caffe]
    • https://bitbucket.org/aquariusjay/deeplab-public-ver2 [Caffe]
    • https://github.com/TheLegendAli/DeepLab-Context [Caffe]
    • https://github.com/msracver/Deformable-ConvNets/tree/master/deeplab [MXNet]
    • https://github.com/DrSleep/tensorflow-deeplab-resnet [Tensorflow]
    • https://github.com/muyang0320/tensorflow-deeplab-resnet-crf [TensorFlow]
    • https://github.com/isht7/pytorch-deeplab-resnet [PyTorch]
    • https://github.com/bermanmaxim/jaccardSegment [PyTorch]
    • https://github.com/martinkersner/train-DeepLab [Caffe]
    • https://github.com/chenxi116/TF-deeplab [Tensorflow]
    • https://github.com/bonlime/keras-deeplab-v3-plus [Keras]
    • https://github.com/tensorflow/models/tree/master/research/deeplab [Tensorflow]
    • https://github.com/speedinghzl/pytorch-segmentation-toolbox [PyTorch]
    • https://github.com/kazuto1011/deeplab-pytorch [PyTorch]
    • https://github.com/youansheng/torchcv [PyTorch]
    • https://github.com/yassouali/pytorch_segmentation [PyTorch]GitHub stars
    • https://github.com/hualin95/Deeplab-v3plus [PyTorch]
  • FCN [https://arxiv.org/pdf/1605.06211.pdf] [2016]
    • https://github.com/vlfeat/matconvnet-fcn [MatConvNet]
    • https://github.com/shelhamer/fcn.berkeleyvision.org [Caffe]
    • https://github.com/MarvinTeichmann/tensorflow-fcn [Tensorflow]
    • https://github.com/aurora95/Keras-FCN [Keras]
    • https://github.com/mzaradzki/neuralnets/tree/master/vgg_segmentation_keras [Keras]
    • https://github.com/k3nt0w/FCN_via_keras [Keras]
    • https://github.com/shekkizh/FCN.tensorflow [Tensorflow]
    • https://github.com/seewalker/tf-pixelwise [Tensorflow]
    • https://github.com/divamgupta/image-segmentation-keras [Keras]
    • https://github.com/ZijunDeng/pytorch-semantic-segmentation [PyTorch]
    • https://github.com/wkentaro/pytorch-fcn [PyTorch]
    • https://github.com/wkentaro/fcn [Chainer]
    • https://github.com/apache/incubator-mxnet/tree/master/example/fcn-xs [MxNet]
    • https://github.com/muyang0320/tf-fcn [Tensorflow]
    • https://github.com/ycszen/pytorch-seg [PyTorch]
    • https://github.com/Kaixhin/FCN-semantic-segmentation [PyTorch]
    • https://github.com/petrama/VGGSegmentation [Tensorflow]
    • https://github.com/simonguist/testing-fcn-for-cityscapes [Caffe]
    • https://github.com/hellochick/semantic-segmentation-tensorflow [Tensorflow]
    • https://github.com/pierluigiferrari/fcn8s_tensorflow [Tensorflow]
    • https://github.com/theduynguyen/Keras-FCN [Keras]
    • https://github.com/JihongJu/keras-fcn [Keras]
    • https://github.com/yassouali/pytorch_segmentation [PyTorch]GitHub stars
  • ENet [https://arxiv.org/pdf/1606.02147.pdf] [2016]
    • https://github.com/TimoSaemann/ENet [Caffe]
    • https://github.com/e-lab/ENet-training [Torch]
    • https://github.com/PavlosMelissinos/enet-keras [Keras]
    • https://github.com/fregu856/segmentation [Tensorflow]
    • https://github.com/kwotsin/TensorFlow-ENet [Tensorflow]
    • https://github.com/davidtvs/PyTorch-ENet [PyTorch]
    • https://github.com/yassouali/pytorch_segmentation [PyTorch]GitHub stars
  • LinkNet [https://arxiv.org/pdf/1707.03718.pdf] [2017]
    • https://github.com/e-lab/LinkNet [Torch]
    • https://github.com/qubvel/segmentation_models [Keras]
  • DenseNet [https://arxiv.org/pdf/1611.09326.pdf] [2017]
    • https://github.com/SimJeg/FC-DenseNet [Lasagne]
    • https://github.com/HasnainRaz/FC-DenseNet-TensorFlow [Tensorflow]
    • https://github.com/0bserver07/One-Hundred-Layers-Tiramisu [Keras]
  • DilatedNet [https://arxiv.org/pdf/1511.07122.pdf] [2016]
    • https://github.com/nicolov/segmentation_keras [Keras]
    • https://github.com/fyu/dilation [Caffe]
    • https://github.com/fyu/drn#semantic-image-segmentataion [PyTorch]
    • https://github.com/hangzhaomit/semantic-segmentation-pytorch [PyTorch]
  • PixelNet [https://arxiv.org/pdf/1609.06694.pdf] [2016]
    • https://github.com/aayushbansal/PixelNet [Caffe]
  • ICNet [https://arxiv.org/pdf/1704.08545.pdf] [2017]
    • https://github.com/hszhao/ICNet [Caffe]
    • https://github.com/aitorzip/Keras-ICNet [Keras]
    • https://github.com/hellochick/ICNet-tensorflow [Tensorflow]
    • https://github.com/oandrienko/fast-semantic-segmentation [Tensorflow]
    • https://github.com/supervisely/supervisely/tree/master/plugins/nn/icnet [PyTorch]
  • ERFNet [http://www.robesafe.uah.es/personal/eduardo.romera/pdfs/Romera17iv.pdf] [?]
    • https://github.com/Eromera/erfnet [Torch]
    • https://github.com/Eromera/erfnet_pytorch [PyTorch]
  • RefineNet [https://arxiv.org/pdf/1611.06612.pdf] [2016]
    • https://github.com/guosheng/refinenet [MatConvNet]
  • PSPNet [https://arxiv.org/pdf/1612.01105.pdf,https://hszhao.github.io/projects/pspnet/] [2017]
    • https://github.com/hszhao/PSPNet [Caffe]
    • https://github.com/ZijunDeng/pytorch-semantic-segmentation [PyTorch]
    • https://github.com/mitmul/chainer-pspnet [Chainer]
    • https://github.com

Related Skills

View on GitHub
GitHub Stars10.8k
CategoryEducation
Updated56m ago
Forks2.5k

Security Score

85/100

Audited on Aug 8, 2026

No findings