yyliu01 / PS-MT

[CVPR'22] Perturbed and Strict Mean Teachers for Semi-supervised Semantic Segmentation
https://arxiv.org/pdf/2111.12903.pdf
MIT License
187 stars 17 forks source link

before_start.md error? #11

Closed Yan1026 closed 2 years ago

Yan1026 commented 2 years ago

Hi,thank you for your great work!

In Cityscapes Setting,you said that

run the scripts with

# -l -> labelled_num; -g -> gpus; -b -> resnet backbone;
./scripts/train_voc_hq.sh -l 372 -g 2 -b 50

Should it be ./scripts/train_city.sh -l 372 -g 2 -b 50 here?

yyliu01 commented 2 years ago

Thanks a lot for report that issue! I have fixed it now.