hustvl / TopFormer

TopFormer: Token Pyramid Transformer for Mobile Semantic Segmentation, CVPR2022
Other
373 stars 42 forks source link

mIoU #39

Open dehate opened 9 months ago

dehate commented 9 months ago

Regardless of whether I use pre-training weights or not, the mIoU on the cityscapes dataset is only 55-59, which is a far cry from the 70.7 in your paper, what is the problem causing this? The pre-training weights (topformer-B-224-75.3.pth) were downloaded from Google Drive The training command I executed is

sh tools/dist_train.sh local_configs/topformer/topformer_base_1024x512_80k_2x8city.py 1  --work-dir output/1

Please help me to solve this problem, thanks.