microsoft / ProDA

Prototypical Pseudo Label Denoising and Target Structure Learning for Domain Adaptive Semantic Segmentation (CVPR 2021)
https://arxiv.org/abs/2101.10979
MIT License
286 stars 44 forks source link

Problem about the pretrained warmup model in "SYNTHIA -> Cityscapes" #23

Closed super233 closed 3 years ago

super233 commented 3 years ago

Hi, I'm reproducing your result, but I have found that the MIoU of warmup model in "SYNTHIA -> Cityscapes" is 23.8, which is not equal to 41.4 that you report. Can you check it?

I have downloaded from_synthia_to_cityscapes_on_deeplabv2_best_model.pkl from link given by you, and test with the following code:

python test.py --n_class 16 --resume pretrained/syn2citylabv2_warmup/from_synthia_to_cityscapes_on_deeplabv2_best_model.pkl
super233 commented 3 years ago

I'm sorry, it's a stupid bug of me.