Unverified Commit e72a9fd5 authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Merge pull request #262 from hellock/hotfix

bug fix for argument name
parents 432c3320 d49b7f7f
......@@ -144,7 +144,7 @@ class SSDHead(AnchorHead):
self.target_stds,
cfg,
gt_labels_list=gt_labels,
cls_out_channels=self.cls_out_channels,
label_channels=1,
sampling=False,
unmap_outputs=False)
if cls_reg_targets is None:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment