Jingwen Liang
Jingwen Liang
I think this is because that the checkpoint you load doesn't have message_hub created.
I encountered a similar problem. It appears that the sequence in which the models are loaded can impact this. In my experience, I initially loaded the mmpose model after mmdet...
> KeyError: 'PackDetInputs is not in the mmpose::transform registry. Please check whether the value of `PackDetInputs` is correct or it was registered as expected. More details can be found at...
> ``` > detector.cfg = adapt_mmdet_pipeline(detector.cfg) > ``` Thanks for the information! This works! Now I don't have to load my detector everytime!