TopFormer icon indicating copy to clipboard operation
TopFormer copied to clipboard

Some questions

Open harry-999 opened this issue 3 years ago • 1 comments

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

harry-999 avatar Aug 11 '22 08:08 harry-999

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)

mulinmeng avatar Aug 12 '22 13:08 mulinmeng