KeyError: "FasterRCNN: 'RVSA_MTP_branches is not in the models registry'"
Hi, I got errors about the module "data_preprocessor" and RVSA_MTP_branches. Could you help me on this? Thank you.
@axin1301 you should install the mmdetection and registry 'RVSA_MTP_branches' manually
@axin1301 you should install the mmdetection and registry 'RVSA_MTP_branches' manually @axin1301 您应该手动安装 mmdetection 和注册表“RVSA_MTP_branches”
Hi, I haven't used these module before. How can I register this module?
@YuKDseele the registry is same as other modules, see __init__.py in mmdet/backbone
@YuKDseele the registry is same as other modules, see
__init__.pyin mmdet/backbone
Thank you for your response. It is now running as expected.
@YuKDseele Can you tell me how to solve this problem? Thank you very much
@YuKDseele Can you share your packages versions? Thank you very much.