hustvl / TopFormer

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

Some questions #21

Open harry-999 opened 1 year ago

harry-999 commented 1 year ago

Hi!Excuse me ,I have some question to ask you ?

  1. Can I run the program in WIN10?
  2. I try it but it have a KeyError: ‘Topformer is not in the models registry’ Looking forward to your reply
mulinmeng commented 1 year ago

Hi!Excuse me ,I have some question to ask you ?

  1. Can I run the program in WIN10?
  2. I try it but it have a KeyError: ‘Topformer is not in the models registry’ Looking forward to your reply
  1. If you want to run this repo directly, it depends on mmseg being successfully installed. You can also implement a simple forward inference code and load our parameters directly in WIN10.
  2. Should be not registered Topformer? in mmseg/models/backbones/__init__.py and mmseg/models/backbones/topformer.py(from ..builder import BACKBONES)