KeyError: 'DetLocalVisualizer is not in the visualizer registry. Please check whether the value of DetLocalVisualizer
is correct or it was registered as expected. More details can be found at https://mmengine.readthedocs.io/en/latest/advanced_tutorials/config.html#import-the-custom-module'
#763
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am trying to run
mmyolo
with some modules frommmdet
in a single project.So I want to reuse such tools as MlflowHook, DetLocalVisualizer, etc.
But it is not registered when I run this.
Is it possible to resolve it somehow?
I am using latest versions of
mmdet
mmengine
mmyolo
.KeyError: 'DetLocalVisualizer is not in the visualizer registry. Please check whether the value of `DetLocalVisualizer` is correct or it was registered as expected. More details can be found at https://mmengine.readthedocs.io/en/latest/advanced_tutorials/config.html#import-the-custom-module'
Beta Was this translation helpful? Give feedback.
All reactions