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
58eae61f
Commit
58eae61f
authored
Aug 05, 2021
by
Yezhen Cong
Committed by
Tai-Wang
Sep 24, 2021
Browse files
fix import (#839)
parent
260e634e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
mmdet3d/apis/inference.py
mmdet3d/apis/inference.py
+4
-3
No files found.
mmdet3d/apis/inference.py
View file @
58eae61f
...
...
@@ -8,9 +8,10 @@ from mmcv.parallel import collate, scatter
from
mmcv.runner
import
load_checkpoint
from
os
import
path
as
osp
from
mmdet3d.core
import
(
Box3DMode
,
Coord3DMode
,
DepthInstance3DBoxes
,
LiDARInstance3DBoxes
,
show_multi_modality_result
,
show_result
,
show_seg_result
)
from
mmdet3d.core
import
(
Box3DMode
,
CameraInstance3DBoxes
,
Coord3DMode
,
DepthInstance3DBoxes
,
LiDARInstance3DBoxes
,
show_multi_modality_result
,
show_result
,
show_seg_result
)
from
mmdet3d.core.bbox
import
get_box_type
from
mmdet3d.datasets.pipelines
import
Compose
from
mmdet3d.models
import
build_model
...
...
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