mmdetection
mmdetection copied to clipboard
KeyError: 'AugFPN is not in the mmdet::model registry. Please check whether the value of `AugFPN` is correct or it was registered as expected.
在查看中文教程https://github.com/open-mmlab/mmdetection/blob/main/docs/zh_cn/user_guides/new_model.md 时,按照教程进行了操作,但是似乎自定义的AugFPN注册不了。
报错:KeyError: 'AugFPN is not in the mmdet::model registry. Please check whether the value of AugFPN is correct or it was registered as expected.
是否是版本或者是其他问题?
我的mm版本:
mmdet:3.3.0 mmcv:2.1.0 mmengine:0.10.2
以及想问下现在的教程是不是都是mmdet3.0以上的版本
我在修改backbone时遇到了相同的问题,请问您解决了吗
我在修改backbone时也遇到了相同的问题,请问您解决了吗
我在修改backbone时也遇到了相同的问题,请问您解决了吗
添加完后使用python setup.py install build更新mmdet