Skip to content
Snippets Groups Projects
Commit d49b7f7f authored by Kai Chen's avatar Kai Chen
Browse files

bug fix for argument name

parent 432c3320
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment