Here are
11 public repositories
matching this topic...
End-to-end image segmentation kit based on PaddlePaddle.
Updated
Dec 16, 2020
Python
Human segmentation models, training/inference code, and trained weights, implemented in PyTorch
Updated
Nov 13, 2020
Jupyter Notebook
Keras-Semantic-Segmentation
Updated
Sep 25, 2020
Python
ICNet and PSPNet-50 in Tensorflow for real-time semantic segmentation
Updated
Nov 5, 2019
Python
Semantic segmentation task for ADE20k & cityscapse dataset, based on several models.
Updated
Apr 3, 2018
Python
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.
Updated
Nov 15, 2019
Python
This repository contains UNet and ICNet implementations for semantic segmentation of nuclei images, from Kaggle's 2018 Data Science Bowl
Updated
Apr 10, 2019
Jupyter Notebook
Updated
Sep 13, 2018
Python
Implementation of ICNet by chainer
Updated
Nov 15, 2017
Python
TensorFlow-based implementation of "ICNet for Real-Time Semantic Segmentation on High-Resolution Images".
Updated
Nov 28, 2018
Jupyter Notebook
Improve this page
Add a description, image, and links to the
icnet
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
icnet
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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