This is an official implementation of semantic segmentation for our TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition". https://arxiv.org/abs/1908.07919
-
Updated
Jun 5, 2020 - Python
This is an official implementation of semantic segmentation for our TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition". https://arxiv.org/abs/1908.07919
LightNet: Light-weight Networks for Semantic Image Segmentation (Cityscapes and Mapillary Vistas Dataset)
Understanding Convolution for Semantic Segmentation
Papers and Benchmarks about semantic segmentation, instance segmentation, panoptic segmentation and video segmentation
Lightweight models for real-time semantic segmentationon PyTorch (include SQNet, LinkNet, SegNet, UNet, ENet, ERFNet, EDANet, ESPNet, ESPNetv2, LEDNet, ESNet, FSSNet, CGNet, DABNet, Fast-SCNN, ContextNet, FPENet, etc.)
Add bisenetv2. My implementation of BiSeNet
Code for https://arxiv.org/abs/1611.10080
[ICLR 2020] "FasterSeg: Searching for Faster Real-time Semantic Segmentation" by Wuyang Chen, Xinyu Gong, Xianming Liu, Qian Zhang, Yuan Li, Zhangyang Wang
Support PointRend, Fast_SCNN, HRNet, Deeplabv3_plus(xception, resnet, mobilenet), ContextNet, FPENet, DABNet, EdaNet, ENet, Espnetv2, RefineNet, UNet, DANet, HRNet, DFANet, HardNet, LedNet, OCNet, EncNet, DuNet, CGNet, CCNet, BiSeNet, PSPNet, ICNet, FCN, deeplab)
Thank you for all the input.
I have, however, problems to get the tutorial (https://modeldepot.io/hellochick/pspnet) running on my machine. Unfortunately, I'm very new to python.
Minimal example:
import tensorflow as tf
import numpy as np
from scipy import misc
import matplotlib.pyplot as plt
from PIL import Image
from model import PSPNet101, PSPNet50
from tools import *
im
[ICCV19] AdaptIS: Adaptive Instance Selection Network, https://arxiv.org/abs/1909.07829
Could you give an example (say a command like) as to how to use it to do segmentation on an input image? (I see there are examples for cityscape datasets). Thanks!
This repository contains the source code of our work on designing efficient CNNs for computer vision
LightNet++: Boosted Light-weighted Networks for Real-time Semantic Segmentation
CGNet: A Light-weight Context Guided Network for Semantic Segmentation [arXiv preprint arXiv:1811.08201]
Code, data and benchmark from the paper "Benchmarking Robustness in Object Detection: Autonomous Driving when Winter is Coming" (NeurIPS 2019 ML4AD)
Code for Fast Neural Architecture Search of Compact Semantic Segmentation Models via Auxiliary Cells, CVPR '19
DeepLabv3, DeepLabv3+ and pretrained weights on VOC & Cityscapes
mIOU=80.02 on cityscapes. My implementation of deeplabv3+ (also know as 'Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation' based on the dataset of cityscapes).
Depth-wise Asymmetric Bottleneck for Real-time Semantic Segmentation (BMVC2019)
Fully Convolutional HarDNet for Segmentation in Pytorch
IJCAI2020
Semantic segmentation task for ADE20k & cityscapse dataset, based on several models.
PSPNet in Chainer
Criss-Cross Attention for Semantic Segmentation in pure Pytorch with a faster and more precise implementation.
Photographic Image Synthesis with Cascaded Refinement Networks - Pytorch Implementation
Switchable Normalization for semantic image segmentation and scene parsing.
A TensorFlow implementation of FCN-8s
ICNet implemented by pytorch, for real-time semantic segmentation on high-resolution images, mIOU=71.0 on cityscapes, single inference time is 19ms, FPS is 52.6.
Add a description, image, and links to the cityscapes topic page so that developers can more easily learn about it.
To associate your repository with the cityscapes 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