Unverified Commit f9e5e98f authored by Xiangxu-0103's avatar Xiangxu-0103 Committed by GitHub
Browse files

[Fix] Fix the bug that `model not registered` (#1808)

parent 7e221c14
...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment