Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

mmdet3d Docs update for registry location #2442

Merged
merged 1 commit into from
Apr 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mmdet3d/utils/setup_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
set to `mmdet3d`, and all registries will build modules from mmdet3d's
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.
""" # noqa
import mmdet3d.datasets # noqa: F401,F403
Expand Down