PascalVOC_NAMLab_pt / README.md
Uncertainty-42's picture
Update README.md
8e79fbe verified
|
Raw
History Blame Contribute Delete
1.76 kB
---
license: mit
task_categories:
- image-segmentation
tags:
- wsss
- boundary-refinement
- priors
---
# PASCAL VOC 2012 NAMLab Priors for HGA
This dataset repository hosts the pre-computed hierarchical invariant region partition priors for weakly supervised semantic segmentation (WSSS), generated using the NAMLab framework.
These priors serve as the 2D structural guidance stream for the **HGA (Hierarchical-Geometric Alignment)** boundary internalization paradigm.
## πŸ”— Main Codebase
The complete implementation, environment setup, and training guidelines are available in our official GitHub repository:
πŸ‘‰ **[Uncertainty-42/HGA](https://github.com/Uncertainty-42/HGA)**
## πŸ“‚ Expected Directory Layout
Download the `priors_voc.zip` archive (approx. 4.2 GB) and extract its contents into your local PASCAL VOC dataset structure as shown below:
```text
VOCdevkit/VOC2012/
β”œβ”€β”€ JPEGImages/ # Original source images (.jpg)
β”œβ”€β”€ SegmentationClassAug/ # Ground Truth masks (.png)
└── priors/
└── namlab_pt/ # <- Extract zip contents directly here (.pt files)
```
## πŸ“₯ Extraction Command
Navigate to your local `priors/` directory and run:
```bash
unzip priors_voc.zip -d namlab_pt/
```
## πŸ“ Citation & Attribution
If you use these priors in your research, please cite both our work and the foundational NAMLab paper:
```bibtex
@article{zheng2021hierarchical,
title={Hierarchical Image Segmentation Based on Nonsymmetry and Anti-Packing Pattern Representation Model},
author={Zheng, Yunping and Yang, Bowen and Sarem, Mudar},
journal={IEEE Transactions on Image Processing},
volume={30},
pages={2408--2421},
year={2021},
publisher={IEEE}
}
```