open-mmlab / mmcv

OpenMMLab Computer Vision Foundation
https://mmcv.readthedocs.io/en/latest/
Apache License 2.0
5.72k stars 1.61k forks source link

[Feature] Adding 'CascadeRCNN in the models registry #3112

Open Vinay07Vallala opened 1 month ago

Vinay07Vallala commented 1 month ago

What is the feature?

Adding CascadeRCNN in the models registry

Any other context?

Error : 'CascadeRCNN is not in the models registry' getting this error when I try to load a config from model

below image has the snippet of the config image

code

import mmcv
cfg = mmcv.Config.fromfile(config)