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
ModelZoo
SOLOv2-pytorch
Commits
4c5cfaea
You need to sign in or sign up before continuing.
Commit
4c5cfaea
authored
May 25, 2019
by
Thang Vu
Committed by
Kai Chen
May 25, 2019
Browse files
fix bug in iou loss style (#713)
parent
2b8ad3e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mmdet/models/losses/iou_loss.py
mmdet/models/losses/iou_loss.py
+1
-0
No files found.
mmdet/models/losses/iou_loss.py
View file @
4c5cfaea
...
...
@@ -19,6 +19,7 @@ class IoULoss(nn.Module):
pred
,
target
,
weight
,
style
=
self
.
style
,
beta
=
self
.
beta
,
eps
=
self
.
eps
,
*
args
,
...
...
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