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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contact: Wei-Chih Hung (whung8 at ucmerced dot edu)
The code are heavily borrowed from a pytorch DeepLab implementation (Link). The baseline model is DeepLabv2-Resnet101 without multiscale training and CRF post processing, which yields meanIOU 73.6% on the VOC2012 validation set.
Please cite our paper if you find it useful for your research.
@inproceedings{Hung_semiseg_2018,
author = {W.-C. Hung and Y.-H. Tsai and Y.-T. Liou and Y.-Y. Lin and M.-H. Yang},
booktitle = {Proceedings of the British Machine Vision Conference (BMVC)},
title = {Adversarial Learning for Semi-supervised Semantic Segmentation},
year = {2018}
}
Prerequisite
CUDA/CUDNN
pytorch >= 0.2 (We only support 0.4 for evaluation. Will migrate the code to 0.4 soon.)
python-opencv >=3.4.0 (3.3 will cause extra GPU memory on multithread data loader)
It will download the pretrained model with 1/8 training data and evaluate on the VOC2012 val set. The colorized images will be saved in results/ and the detailed class IOU will be saved in results/result.txt. The mean IOU should be around 68.8%.
Available --pretrained-model options: semi0.125, semi0.25, semi0.5 , advFull.