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
f9e5e98f
Unverified
Commit
f9e5e98f
authored
Sep 06, 2022
by
Xiangxu-0103
Committed by
GitHub
Sep 06, 2022
Browse files
[Fix] Fix the bug that `model not registered` (#1808)
parent
7e221c14
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mmdet3d/utils/setup_env.py
mmdet3d/utils/setup_env.py
+1
-0
No files found.
mmdet3d/utils/setup_env.py
View file @
f9e5e98f
...
@@ -70,6 +70,7 @@ def register_all_modules(init_default_scope: bool = True) -> None:
...
@@ -70,6 +70,7 @@ def register_all_modules(init_default_scope: bool = True) -> None:
import
mmdet3d.datasets
# noqa: F401,F403
import
mmdet3d.datasets
# noqa: F401,F403
import
mmdet3d.engine
# noqa: F401,F403
import
mmdet3d.engine
# noqa: F401,F403
import
mmdet3d.evaluation.metrics
# noqa: F401,F403
import
mmdet3d.evaluation.metrics
# noqa: F401,F403
import
mmdet3d.models
# noqa: F401,F403
import
mmdet3d.structures
# noqa: F401,F403
import
mmdet3d.structures
# noqa: F401,F403
import
mmdet3d.visualization
# noqa: F401,F403
import
mmdet3d.visualization
# noqa: F401,F403
if
init_default_scope
:
if
init_default_scope
:
...
...
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