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
b9acff16
Commit
b9acff16
authored
Dec 31, 2019
by
Mingyao Li
Committed by
Kai Chen
Dec 31, 2019
Browse files
fix annotation mistake according to (#1858) (#1899)
parent
47bab544
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mmdet/models/detectors/base.py
mmdet/models/detectors/base.py
+2
-2
No files found.
mmdet/models/detectors/base.py
View file @
b9acff16
...
...
@@ -129,8 +129,8 @@ class BaseDetector(nn.Module, metaclass=ABCMeta):
"""
Calls either forward_train or forward_test depending on whether
return_loss=True. Note this setting will change the expected inputs.
When `return_loss=
Fals
e`, img and img_meta are single-nested (i.e.
Tensor and List[dict]), and when `resturn_loss=
Tru
e`, img and img_meta
When `return_loss=
Tru
e`, img and img_meta are single-nested (i.e.
Tensor and List[dict]), and when `resturn_loss=
Fals
e`, img and img_meta
should be double nested (i.e. List[Tensor], List[List[dict]]), with
the outer list indicating test time augmentations.
"""
...
...
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