Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
47e56e1d
Unverified
Commit
47e56e1d
authored
Apr 24, 2023
by
pd-michaelstanley
Committed by
GitHub
Apr 24, 2023
Browse files
[Docs] Update link of registry tutorial (#2442)
Registry docs are now under Advanced Tutorials.
parent
4ff13616
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmdet3d/utils/setup_env.py
mmdet3d/utils/setup_env.py
+1
-1
No files found.
mmdet3d/utils/setup_env.py
View file @
47e56e1d
...
@@ -64,7 +64,7 @@ def register_all_modules(init_default_scope: bool = True) -> None:
...
@@ -64,7 +64,7 @@ def register_all_modules(init_default_scope: bool = True) -> None:
When `init_default_scope=True`, the global default scope will be
When `init_default_scope=True`, the global default scope will be
set to `mmdet3d`, and all registries will build modules from mmdet3d's
set to `mmdet3d`, and all registries will build modules from mmdet3d's
registry node. To understand more about the registry, please refer
registry node. To understand more about the registry, please refer
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
Defaults to True.
Defaults to True.
"""
# noqa
"""
# noqa
import
mmdet3d.datasets
# noqa: F401,F403
import
mmdet3d.datasets
# noqa: F401,F403
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment