Closed TfeiSong closed 3 years ago
执行这行时:
model = build_detector(
cfg.model,
train_cfg=cfg.get('train_cfg'),
test_cfg=cfg.get('test_cfg'))
出现如下错误: KeyError: "CascadeRCNN: 'SwinTransformer is not in the backbone registry'"
We have not yet supported SwinTransformer
, we would support it in the next month.
@jshilong You mentioned that the SwinTransformer would be supported, regarding the time you gave it should be supported now. Is there any advancement in this process?
Thanks for your error report and we appreciate it a lot.
Checklist
Describe the bug A clear and concise description of what the bug is.
Reproduction
Environment
python mmdet/utils/collect_env.py
to collect necessary environment information and paste it here.$PATH
,$LD_LIBRARY_PATH
,$PYTHONPATH
, etc.)Error traceback If applicable, paste the error trackback here.
Bug fix If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!