Skip to content

Beyond Pixels: Semi-Supervised Semantic Segmentation with a Multi-scale Patch-based Multi-Label Classifier (Accepted ECCV 2024)

Notifications You must be signed in to change notification settings

cvlab-stonybrook/Beyond-Pixels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beyond-Pixels

Beyond Pixels: Semi-Supervised Semantic Segmentation with a Multi-scale Patch-based Multi-Label Classifier (Accepted ECCV 2024)

Contact

If you have any questions, please email Prantik Howlader at phowlader@cs.stonybrook.edu.

Pretrained Backbone

ResNet-50 | ResNet-101 | Xception-65

├── ./pretrained
    ├── resnet50.pth
    ├── resnet101.pth
    └── xception.pth

Dataset

Please modify your dataset path in configuration files.

├── [Your Pascal Path]
    ├── JPEGImages
    └── SegmentationClass
    
├── [Your Cityscapes Path]
    ├── leftImg8bit
    └── gtFine
    

Usage

UniMatch + MPMC

# use torch.distributed.launch
sh scripts/train.sh

Citation

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}
}

About

Beyond Pixels: Semi-Supervised Semantic Segmentation with a Multi-scale Patch-based Multi-Label Classifier (Accepted ECCV 2024)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published