Commit ca9829c1 authored by limm's avatar limm
Browse files

v1.3.1 commit of bc75c9d6c

parent e4fb2aa4
Pipeline #2823 canceled with stages
......@@ -113,7 +113,7 @@ def base_dense_head__predict_by_feat(
if self.use_sigmoid_cls:
scores = scores.sigmoid()
else:
scores = scores.softmax(-1)
scores = scores.softmax(-1)[:, :, :-1]
if with_score_factors:
score_factors = score_factors.permute(0, 2, 3,
1).reshape(batch_size,
......
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