-
Updated
Oct 13, 2021 - Python
#
ade20k
Here are 25 public repositories matching this topic...
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
imagenet
image-classification
object-detection
semantic-segmentation
mscoco
mask-rcnn
ade20k
swin-transformer
Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
-
Updated
Sep 13, 2021 - Python
Official PyTorch implementation of SegFormer
-
Updated
Aug 13, 2021 - Python
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows" on Semantic Segmentation.
-
Updated
Jun 25, 2021 - Python
TensorFlow-based implementation of "Pyramid Scene Parsing Network".
-
Updated
Jun 3, 2019 - Python
Indoor segmentation for robot navigating, which is based on deeplab model in TensorFlow.
-
Updated
May 29, 2019 - Python
Semantic segmentation task for ADE20k & cityscapse dataset, based on several models.
-
Updated
Apr 3, 2018 - Python
PSPNet in Chainer
python
deep-learning
chainer
imagenet
convolutional-neural-networks
semantic-segmentation
pascal-voc
cityscapes
pspnet
ade20k
-
Updated
Oct 9, 2018 - Python
Semantic Segmentation using Tensorflow on popular Datasets like Ade20k, Camvid, Coco, PascalVoc
python3
semantic-segmentation
pascal-voc
keras-tensorflow
camvid-dataset
ade20k
coco-dataset
cityscape-dataset
taco-dataset
-
Updated
Aug 25, 2021 - Python
Switchable Normalization for semantic image segmentation and scene parsing.
-
Updated
Oct 22, 2018 - Python
Semantic Segmentation PyTorch code for our paper: Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition (https://arxiv.org/pdf/2006.11538.pdf)
machine-learning
computer-vision
deep-learning
pytorch
neural-networks
segmentation
pattern-recognition
semantic-segmentation
scene-recognition
ade20k
scene-parsing
pyconv
-
Updated
Jul 5, 2020 - Python
SOTA Semantic Segmentation Models in PyTorch
deep-learning
pytorch
dataset
transformer
semantic-segmentation
cityscapes
ade20k
pascal-context
camvid
vision-transformer
coco-stuff
-
Updated
Sep 24, 2021 - Python
indoor segmentation - indoor semantic segmentation Android using Deeplabv3 MobileNetV2 trained with ADE20K dataset
-
Updated
Jul 22, 2020 - C++
Nikronic
commented
May 6, 2019
Above this version will not work.
Dynamic Multi-scale Filters for Semantic Segmentation (DMNet ICCV'2019)
semantic-segmentation
dcm
dfn
cityscapes
ade20k
dynamic-filter
dynamic-filter-generation
mmsegmentation
dmnet
dynamic-conv-module
dynamic-multiscale-filters
dynamic-filter-network
-
Updated
Aug 28, 2021 - Python
Adaptive Pyramid Context Network for Semantic Segmentation (APCNet CVPR'2019)
transformer
acm
semantic-segmentation
cityscapes
non-local
ade20k
self-attention
mmsegmentation
apcnet
adaptive-context-module
-
Updated
Aug 28, 2021 - Python
Lite-HRNet: A Lightweight High-Resolution Network
realtime
segmentation
semantic-segmentation
cityscapes
ade20k
realtime-segmentation
lite-hrnet
mmsegmentation
litehrnet
-
Updated
Sep 8, 2021 - Python
Implementation of a wall segmentation algorithm in PyTorch.
python
pytorch
semantic-segmentation
encoder-decoder
resnet-50
ade20k
dilated-resnet
pyramid-pooling-module
-
Updated
Oct 11, 2021 - Python
-
Updated
Feb 5, 2018 - Python
PSPNet in Tensorflow 2 with pretrained weights for ADE20k, CityScapes and VOC2012
-
Updated
Apr 14, 2020 - Python
Computer Vision with Microsoft CNTK
computer-vision
deep-learning
cntk
cnn
lstm
yolo
image-classification
image-captioning
object-detection
mpii-dataset
semantic-segmentation
pose-estimation
ms-coco
ade20k
fashion-mnist
staircaptions
counting-pose
-
Updated
Sep 25, 2021 - Python
The code of Switchable Normalization for semantic image segmentation
-
Updated
Sep 26, 2018 - Python
DilatedNet and SegNet in Torch7
-
Updated
Aug 25, 2017 - Lua
Improve this page
Add a description, image, and links to the ade20k topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ade20k topic, visit your repo's landing page and select "manage topics."

Hi,
I tried to follow README instructions for training on my own dataset but it didn't work. Here is what I did:
DATA_DIRto point to dataset dirDATA_LIST_PATH to point to train dataset list file.INPUT_SIZEto'1280, 720'NUM_CLASSESto 1LAMBDA1andLAMBDA2to0.4and0.6respectively.Then ran cmd