📚 The doc issue
B"H
Hi
thanks for a great work
in https://mmengine.readthedocs.io/en/latest/advanced_tutorials/config.html#import-the-custom-module
IMHO you omitted this registration step:
from mmengine.registry import DefaultScope
default_scope = DefaultScope.get_instance(  # type: ignore
"mmdet", scope_name="mmdet"
)
Loading a config file with a custom_imports, is not enough, and module woudn't be found in the relevant register
thanks
Haim
Suggest a potential alternative/fix
No response