You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After making changes to the model in mmdetection, there is now a problem in transforming it.
```
raise type(e)(f'{obj_cls.name}: {e}')
KeyError: "FasterRCNN: 'Shift_multihead is not in the models `registry'"
Is there a way to deploy the modified mmdetection model?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
After making changes to the model in mmdetection, there is now a problem in transforming it.
```
raise type(e)(f'{obj_cls.name}: {e}')
KeyError: "FasterRCNN: 'Shift_multihead is not in the models `registry'"
Beta Was this translation helpful? Give feedback.
All reactions