Skip to content

Commit

Permalink
fix test tools bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
OceanPang committed Oct 10, 2018
1 parent 839c74b commit b07edd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import torch
import mmcv
from mmcv.runner import load_checkpoint, parallel_test, obj_from_dict
from mmcv.parallel import scatter, MMDataParallel
from mmcv.parallel import scatter, collate, MMDataParallel

from mmdet import datasets
from mmdet.core import results2json, coco_eval
from mmdet.datasets import collate, build_dataloader
from mmdet.datasets import build_dataloader
from mmdet.models import build_detector, detectors


Expand Down

0 comments on commit b07edd6

Please sign in to comment.