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

Cityscapes dataset #12

Closed gufan-d closed 2 years ago

gufan-d commented 2 years ago

Hi!Thank you for the contribution!

Could you provide processed cityscape dataset?I want to use the same dataset to train.

Thanks!

yyliu01 commented 2 years ago

Hi, thanks for your interest.

The pre-process in here means convert the labelID to trainID (from 33 to 19), and I think our training data is totally same as the CPS (https://pkueducn-my.sharepoint.com/personal/pkucxk_pku_edu_cn/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Fpkucxk%5Fpku%5Fedu%5Fcn%2FDocuments%2FDATA&ga=1).

Regards, Yuyuan