You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
02/18 14:36:24 - mmengine - WARNING - Failed to import None.registry make sure the registry.py exists in None package.
02/18 14:36:24 - mmengine - WARNING - Failed to search registry with scope "mmrotate" in the "visualizer" registry tree. As a workaround, the current "visualizer" registry in "mmengine" is used to build instance. This may cause unexpected failure when running the built modules. Please check whether "mmrotate" is a correct scope, or whether the registry is initialized.
Traceback (most recent call last):
File "tools/test.py", line 149, in
main()
File "tools/test.py", line 131, in main
runner = Runner.from_cfg(cfg)
File "/home/duanyf/miniconda3/envs/Detection/lib/python3.8/site-packages/mmengine/runner/runner.py", line 462, in from_cfg
runner = cls(
File "/home/duanyf/miniconda3/envs/Detection/lib/python3.8/site-packages/mmengine/runner/runner.py", line 416, in init
self.visualizer = self.build_visualizer(visualizer)
File "/home/duanyf/miniconda3/envs/Detection/lib/python3.8/site-packages/mmengine/runner/runner.py", line 803, in build_visualizer
return VISUALIZERS.build(visualizer)
File "/home/duanyf/miniconda3/envs/Detection/lib/python3.8/site-packages/mmengine/registry/registry.py", line 570, in build
return self.build_func(cfg, *args, **kwargs, registry=self)
File "/home/duanyf/miniconda3/envs/Detection/lib/python3.8/site-packages/mmengine/registry/build_functions.py", line 100, in build_from_cfg
raise KeyError(
KeyError: 'RotLocalVisualizer is not in the mmengine::visualizer registry. Please check whether the value of RotLocalVisualizer 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'
Thanks for your help。
The text was updated successfully, but these errors were encountered:
02/18 14:36:24 - mmengine - WARNING - Failed to import
None.registry
make sure the registry.py exists inNone
package.02/18 14:36:24 - mmengine - WARNING - Failed to search registry with scope "mmrotate" in the "visualizer" registry tree. As a workaround, the current "visualizer" registry in "mmengine" is used to build instance. This may cause unexpected failure when running the built modules. Please check whether "mmrotate" is a correct scope, or whether the registry is initialized.
Traceback (most recent call last):
File "tools/test.py", line 149, in
main()
File "tools/test.py", line 131, in main
runner = Runner.from_cfg(cfg)
File "/home/duanyf/miniconda3/envs/Detection/lib/python3.8/site-packages/mmengine/runner/runner.py", line 462, in from_cfg
runner = cls(
File "/home/duanyf/miniconda3/envs/Detection/lib/python3.8/site-packages/mmengine/runner/runner.py", line 416, in init
self.visualizer = self.build_visualizer(visualizer)
File "/home/duanyf/miniconda3/envs/Detection/lib/python3.8/site-packages/mmengine/runner/runner.py", line 803, in build_visualizer
return VISUALIZERS.build(visualizer)
File "/home/duanyf/miniconda3/envs/Detection/lib/python3.8/site-packages/mmengine/registry/registry.py", line 570, in build
return self.build_func(cfg, *args, **kwargs, registry=self)
File "/home/duanyf/miniconda3/envs/Detection/lib/python3.8/site-packages/mmengine/registry/build_functions.py", line 100, in build_from_cfg
raise KeyError(
KeyError: 'RotLocalVisualizer is not in the mmengine::visualizer registry. Please check whether the value of
RotLocalVisualizer
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'Thanks for your help。
The text was updated successfully, but these errors were encountered: