Beyond Pixels: Semi-Supervised Semantic Segmentation with a Multi-scale Patch-based Multi-Label Classifier (Accepted ECCV 2024)
If you have any questions, please email Prantik Howlader at phowlader@cs.stonybrook.edu.
ResNet-50 | ResNet-101 | Xception-65
├── ./pretrained
├── resnet50.pth
├── resnet101.pth
└── xception.pth
- Pascal: JPEGImages | SegmentationClass
- Cityscapes: leftImg8bit | gtFine
Please modify your dataset path in configuration files.
├── [Your Pascal Path]
├── JPEGImages
└── SegmentationClass
├── [Your Cityscapes Path]
├── leftImg8bit
└── gtFine
# use torch.distributed.launch
sh scripts/train.sh
If you find this project useful, please consider citing:
@article{howlader2024beyond,
title={Beyond Pixels: Semi-Supervised Semantic Segmentation with a Multi-scale Patch-based Multi-Label Classifier},
author={Howlader, Prantik and Das, Srijan and Le, Hieu and Samaras, Dimitris},
journal={arXiv preprint arXiv:2407.04036},
year={2024}
}