pengzhiliang / Conformer

Official code for Conformer: Local Features Coupling Global Representations for Visual Recognition
Apache License 2.0
546 stars 87 forks source link

KeyError: 'Conformer is not in the models registry #17

Closed jay985735639 closed 3 years ago

jay985735639 commented 3 years ago

KeyError: 'Conformer is not in the models registry

jay985735639 commented 3 years ago

检测 训练的时候报错

pengzhiliang commented 3 years ago

Maybe you have not installed mmdet correctly.

jay985735639 commented 3 years ago

也许你没有正确安装 mmdet。

好的 我再试下

jay985735639 commented 3 years ago

thank you I forgot to reply. I have solved this problem.

cd mmdetection pip install -e . # or "python setup.py develop"