Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdeploy
Commits
ca9829c1
Commit
ca9829c1
authored
Jun 25, 2025
by
limm
Browse files
v1.3.1 commit of bc75c9d6c
parent
e4fb2aa4
Pipeline
#2823
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmdeploy/codebase/mmdet/models/dense_heads/base_dense_head.py
...ploy/codebase/mmdet/models/dense_heads/base_dense_head.py
+1
-1
No files found.
mmdeploy/codebase/mmdet/models/dense_heads/base_dense_head.py
View file @
ca9829c1
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment