All Projects â†’ tarun005 â†’ Usss_iccv19

tarun005 / Usss_iccv19

Code for Universal Semi-Supervised Semantic Segmentation models paper accepted in ICCV 2019

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Usss iccv19

Awesome Semantic Segmentation
🤘 awesome-semantic-segmentation
Stars: ✭ 8,831 (+15392.98%)
Mutual labels:  deeplearning, semantic-segmentation
night image semantic segmentation
[ICIP 2019] : This is the official github repository for the paper "What's There in The Dark" accepted in IEEE International Conference in Image Processing 2019 (ICIP19) , Taipei, Taiwan.
Stars: ✭ 25 (-56.14%)
Mutual labels:  deeplearning, semantic-segmentation
BMW-IntelOpenVINO-Segmentation-Inference-API
This is a repository for a semantic segmentation inference API using the OpenVINO toolkit
Stars: ✭ 31 (-45.61%)
Mutual labels:  deeplearning, semantic-segmentation
Jacinto Ai Devkit
Training & Quantization of embedded friendly Deep Learning / Machine Learning / Computer Vision models
Stars: ✭ 49 (-14.04%)
Mutual labels:  deeplearning, semantic-segmentation
Pixellib
Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/
Stars: ✭ 327 (+473.68%)
Mutual labels:  deeplearning, semantic-segmentation
Deep Learning In Production
Develop production ready deep learning code, deploy it and scale it
Stars: ✭ 216 (+278.95%)
Mutual labels:  deeplearning, semantic-segmentation
Context-Aware-Consistency
Semi-supervised Semantic Segmentation with Directional Context-aware Consistency (CVPR 2021)
Stars: ✭ 121 (+112.28%)
Mutual labels:  semi-supervised-learning, semantic-segmentation
Wb color augmenter
WB color augmenter improves the accuracy of image classification and image semantic segmentation methods by emulating different WB effects (ICCV 2019) [Python & Matlab].
Stars: ✭ 89 (+56.14%)
Mutual labels:  deeplearning, semantic-segmentation
Fixmatch Pytorch
Unofficial PyTorch implementation of "FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence"
Stars: ✭ 259 (+354.39%)
Mutual labels:  deeplearning, semi-supervised-learning
DST-CBC
Implementation of our paper "DMT: Dynamic Mutual Training for Semi-Supervised Learning"
Stars: ✭ 98 (+71.93%)
Mutual labels:  semi-supervised-learning, semantic-segmentation
Paddlehelix
Bio-Computing Platform featuring Large-Scale Representation Learning and Multi-Task Deep Learning “čžēæ—‹æĄ¨â€į”Ÿį‰ŠčŽĄįŽ—åˇĨå…ˇé›†
Stars: ✭ 213 (+273.68%)
Mutual labels:  deeplearning, representation-learning
Convcrf
This repository contains the reference implementation for our proposed Convolutional CRFs.
Stars: ✭ 514 (+801.75%)
Mutual labels:  deeplearning, semantic-segmentation
Keras Unet
Helper package with multiple U-Net implementations in Keras as well as useful utility tools helpful when working with image semantic segmentation tasks. This library and underlying tools come from multiple projects I performed working on semantic segmentation tasks
Stars: ✭ 196 (+243.86%)
Mutual labels:  deeplearning, semantic-segmentation
Adversarial-Semisupervised-Semantic-Segmentation
Pytorch Implementation of "Adversarial Learning For Semi-Supervised Semantic Segmentation" for ICLR 2018 Reproducibility Challenge
Stars: ✭ 151 (+164.91%)
Mutual labels:  semi-supervised-learning, semantic-segmentation
Sert
Semantic Entity Retrieval Toolkit
Stars: ✭ 100 (+75.44%)
Mutual labels:  deeplearning, representation-learning
SemiSeg-AEL
Semi-Supervised Semantic Segmentation via Adaptive Equalization Learning, NeurIPS 2021 (Spotlight)
Stars: ✭ 79 (+38.6%)
Mutual labels:  semi-supervised-learning, semantic-segmentation
Cct
[CVPR 2020] Semi-Supervised Semantic Segmentation with Cross-Consistency Training.
Stars: ✭ 171 (+200%)
Mutual labels:  semantic-segmentation, semi-supervised-learning
Tools To Design Or Visualize Architecture Of Neural Network
Tools to Design or Visualize Architecture of Neural Network
Stars: ✭ 1,143 (+1905.26%)
Mutual labels:  deeplearning, semantic-segmentation
improving segmentation with selfsupervised depth
[CVPR21] Implementation of our work "Three Ways to Improve Semantic Segmentation with Self-Supervised Depth Estimation"
Stars: ✭ 189 (+231.58%)
Mutual labels:  semi-supervised-learning, semantic-segmentation
Advsemiseg
Adversarial Learning for Semi-supervised Semantic Segmentation, BMVC 2018
Stars: ✭ 382 (+570.18%)
Mutual labels:  semantic-segmentation, semi-supervised-learning

USSS_ICCV19

Code for Universal Semi Supervised Semantic Segmentation accepted to ICCV 2019.
Full Paper available at https://arxiv.org/abs/1811.10323.

Requirements

Python >= 2.6
PyTorch >= 1.0.0
The ImageNet pretrained models are downloaded from the repository at https://github.com/fyu/drn.

Datasets

Cityscapes: https://www.cityscapes-dataset.com/
IDD: https://idd.insaan.iiit.ac.in/

How to run

python segment.py --basedir <basedir> --lr 0.001 --num-epochs 200 --batch-size 8 --savedir <savedir> --datasets <D1> [<D2> ..] --num-samples <N> --alpha 0 --beta 0 --resnet <resnet_v> --model drnet

Acknowledgements

Part of the code is heavily borrowed from the official code release of Dilated Residual Networks (https://github.com/fyu/drn) and IDD Dataset (https://github.com/AutoNUE/public-code).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].