Skip to content

Commit

Permalink
Fix import (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezhen17 authored Aug 11, 2021
1 parent 057ad6e commit 90e6378
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/analysis_tools/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
import torch
from mmcv import Config
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.models import build_detector
from mmdet.core import wrap_fp16_model
from tools.misc.fuse_conv_bn import fuse_module


Expand Down

0 comments on commit 90e6378

Please sign in to comment.