Fig.1 - The architecture of the proposed WSSS framework(CB-SCTC)
- Ubuntu 20.04, with Python 3.7 and the following python dependencies.
pip install -r requirements.txt
-
Download the PASCAL VOC 2012 test set.
-
Download the PASCAL VOC 2012 SBD set.
-
Download the MS COCO 2014 training set.
-
Download the MS COCO 2014 validation set.
-
Download the MS COCO 2014 training and validation annotations.
-
Download the segNet pre-trained weight.
bash run_for_PASCALVOC2012.sh
bash run_for_MSCOCO2014.sh
- update latest code
- add MCTformer+(w/ours) code
If you have any questions, you can either create issues or contact me by email tangjingfeng@stmail.ujs.edu.cn
We heavily borrowed MCTFormerV1 to construct our backbone. Many thanks for their brilliant work!