We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff1361 commit 47e56e1Copy full SHA for 47e56e1
mmdet3d/utils/setup_env.py
@@ -64,7 +64,7 @@ def register_all_modules(init_default_scope: bool = True) -> None:
64
When `init_default_scope=True`, the global default scope will be
65
set to `mmdet3d`, and all registries will build modules from mmdet3d's
66
registry node. To understand more about the registry, please refer
67
- to https://github.com/open-mmlab/mmengine/blob/main/docs/en/tutorials/registry.md
+ to https://github.com/open-mmlab/mmengine/blob/main/docs/en/advanced_tutorials/registry.md
68
Defaults to True.
69
""" # noqa
70
import mmdet3d.datasets # noqa: F401,F403
0 commit comments