w1oves / Rein

[CVPR 2024] Official implement of <Stronger, Fewer, & Superior: Harnessing Vision Foundation Models for Domain Generalized Semantic Segmentation>
https://zxwei.site/rein
GNU General Public License v3.0
215 stars 19 forks source link

about checkpoints trained on Ctyscapes with crop size of (512,512) #49

Closed tpy001 closed 1 month ago

tpy001 commented 1 month ago

Hi, Thank you for your great work!

I am now following your work and need to compare ours with yours on Cityscapes to BDD100k+Mapillary. However, I found that the checkpoint trained on Cityscapes uses a crop size of 1024x1024. Could you please provide the checkpoint with a crop size of 512x512 for a fair comparison?

Thanks a lot!

w1oves commented 1 month ago

The results of 512x512 will be slightly lower than those of 512x1024, with an mIoU of 65.43 on BDD100k, and an mIoU of 71.69 on Mapillary. I upload the corresponding config, log, and checkpoint in https://github.com/w1oves/Rein/releases/tag/Cityscapes512.

tpy001 commented 1 month ago

Thank you so much!