KeyError: 'FastRCNN is not in the model registry. Please check whether the value of FastRCNN
is correct or it was registered as expected. More details can be found a
#2387
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
config:
model = dict(
type='FastRCNN',
scope='mmdet',
init_cfg=dict(type='Pretrained', checkpoint=url),
backbone=dict(
type='mmaction.ResNet3dSlowFast',
Beta Was this translation helpful? Give feedback.
All reactions