HAL-42 / FMA-WSSS

This repo is a implementation of the Foundation Model Assisted Weakly Supervised Semantic Segmentation. The code is developed based on the Pytorch framework.
Apache License 2.0
40 stars 4 forks source link

Usage #17

Open ProjectDisR opened 7 months ago

ProjectDisR commented 7 months ago

bash tools/dist_train.sh configs/m2f_psudo/m2f-sl22-bt4-80k-512x-VOC.py 2 bash tools/dist_train.sh configs/m2f_psudo/m2f-sl22-bt4-100k-512x-COCO.py 2 seem to be for Swin-L.

If to train R101, what would be the command for PASCAL VOC2012 and MS COCO2014?