NVlabs / SegFormer

Official PyTorch implementation of SegFormer
https://arxiv.org/abs/2105.15203
Other
2.36k stars 332 forks source link

What does "type = IMTRv21_5" mean? #107

Open Buling-Knight opened 1 year ago

Buling-Knight commented 1 year ago

I found it diffcult to understand this two file.

1 local_configs/base/models/segformer.py

2 local_configs/base/models/segformer.py

I knew that #1 means the base of #2, but I find the code in file 2: "backbone = dict(type= ‘mit_b0’)",
and the other code in file 1: "backbone = dict(type= ‘IMTRv21_5’)",

I wonder what does "type = IMTRv21_5" mean? Please Guide me!

nightrain-vampire commented 1 year ago

I have the same doubts, and I can not find the definition of IMTRv21_5 in either MMsegmentation's backbone library or in the author's code. Have you solved this problem now?

sym330 commented 6 months ago

IMTRv21_5 and mit_b5?What's their relationship

Meoooww commented 5 months ago

same question