Skip to content
Snippets Groups Projects
Commit 4bbb4a2a authored by Cao Yuhang's avatar Cao Yuhang Committed by Kai Chen
Browse files

fix score_cofficient to score_factors (#663)

parent 7facc34f
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ class FCOSHead(nn.Module):
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):
......
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