hustvl / TopFormer

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

FileNotFoundError #16

Closed ke-dev closed 2 years ago

ke-dev commented 2 years ago

Hello, developer, when I try to run in mmsegmentation environment, I get the following error FileNotFoundError: modelzoos/classification/topformer-T-224-66.2.pth can not be found. where should I get this file? topformer-T-224-66.2.pth

ke-dev commented 2 years ago

The command I run is bash tools/dist_train.sh local_configs/topformer/topformer_tiny_512x512_160k_2x8_ade20k.py 1

ke-dev commented 2 years ago

The problem is solved,set checkpoint=None

speedinghzl commented 2 years ago

You can find the download links of classification models from ReadMe.

youcandoanythingya commented 1 year ago

Hello, I have the same problem, how can I solve it?