Skip to content

Commit

Permalink
fix score_cofficient to score_factors (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhcao6 authored and hellock committed May 17, 2019
1 parent 7facc34 commit 4bbb4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmdet/models/anchor_heads/fcos_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def get_bboxes_single(self,
cfg.score_thr,
cfg.nms,
cfg.max_per_img,
score_cofficient=mlvl_centerness)
score_factors=mlvl_centerness)
return det_bboxes, det_labels

def get_points(self, featmap_sizes, dtype, device):
Expand Down

0 comments on commit 4bbb4a2

Please sign in to comment.