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
90e63784
Unverified
Commit
90e63784
authored
Aug 11, 2021
by
Yezhen Cong
Committed by
GitHub
Aug 11, 2021
Browse files
Fix import (#861)
parent
057ad6ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
tools/analysis_tools/benchmark.py
tools/analysis_tools/benchmark.py
+1
-2
No files found.
tools/analysis_tools/benchmark.py
View file @
90e63784
...
@@ -3,11 +3,10 @@ import time
...
@@ -3,11 +3,10 @@ import time
import
torch
import
torch
from
mmcv
import
Config
from
mmcv
import
Config
from
mmcv.parallel
import
MMDataParallel
from
mmcv.parallel
import
MMDataParallel
from
mmcv.runner
import
load_checkpoint
from
mmcv.runner
import
load_checkpoint
,
wrap_fp16_model
from
mmdet3d.datasets
import
build_dataloader
,
build_dataset
from
mmdet3d.datasets
import
build_dataloader
,
build_dataset
from
mmdet3d.models
import
build_detector
from
mmdet3d.models
import
build_detector
from
mmdet.core
import
wrap_fp16_model
from
tools.misc.fuse_conv_bn
import
fuse_module
from
tools.misc.fuse_conv_bn
import
fuse_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