Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yhcao6 committed Dec 11, 2018
1 parent 8364492 commit edc5e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmdet/models/detectors/two_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ def forward_train(self,
bbox_assigner = build_assigner(self.train_cfg.rcnn.assigner)
bbox_sampler = build_sampler(
self.train_cfg.rcnn.sampler,
dict(bbox_roi_extractor=self.bbox_roi_extractor,
bbox_head=self.bbox_head))
bbox_roi_extractor=self.bbox_roi_extractor,
bbox_head=self.bbox_head)
num_imgs = img.size(0)
assign_results = []
sampling_results = []
Expand Down

0 comments on commit edc5e18

Please sign in to comment.