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
84e479ea
Commit
84e479ea
authored
May 24, 2022
by
VVsssssk
Committed by
ChaimZhu
Jul 20, 2022
Browse files
[Bug]fix sp unet
parent
e3b5253b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmdet3d/models/middle_encoders/sparse_unet.py
mmdet3d/models/middle_encoders/sparse_unet.py
+1
-1
No files found.
mmdet3d/models/middle_encoders/sparse_unet.py
View file @
84e479ea
...
@@ -12,7 +12,7 @@ from mmcv.runner import BaseModule, auto_fp16
...
@@ -12,7 +12,7 @@ from mmcv.runner import BaseModule, auto_fp16
from
mmdet3d.ops
import
SparseBasicBlock
,
make_sparse_convmodule
from
mmdet3d.ops
import
SparseBasicBlock
,
make_sparse_convmodule
from
mmdet3d.ops.sparse_block
import
replace_feature
from
mmdet3d.ops.sparse_block
import
replace_feature
from
..builder
import
MIDDLE_ENC
ODE
R
S
from
mmdet3d.registry
import
M
ODE
L
S
@
MODELS
.
register_module
()
@
MODELS
.
register_module
()
...
...
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