Skip to content
Snippets Groups Projects
Unverified Commit 90e63784 authored by Yezhen Cong's avatar Yezhen Cong Committed by GitHub
Browse files

Fix import (#861)

parent 057ad6ec
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,10 @@ import time
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment