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
fb983fe6
"git@developer.sourcefind.cn:OpenDAS/fastmoe.git" did not exist on "53b5b8c38c6dd0edb52b87999e553c1f9fcd4d4a"
Commit
fb983fe6
authored
Dec 18, 2019
by
Xiaolin Wang
Committed by
Kai Chen
Dec 18, 2019
Browse files
fix typo (#1826)
parent
0f59c397
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmdet/models/detectors/two_stage.py
mmdet/models/detectors/two_stage.py
+1
-1
No files found.
mmdet/models/detectors/two_stage.py
View file @
fb983fe6
...
...
@@ -141,7 +141,7 @@ class TwoStageDetector(BaseDetector, RPNTestMixin, BBoxTestMixin,
Typically these should be mean centered and std scaled.
img_meta (list[dict]): list of image info dict where each dict has:
'img_shape', 'scale_factor', 'flip', and my also contain
'img_shape', 'scale_factor', 'flip', and m
a
y also contain
'filename', 'ori_shape', 'pad_shape', and 'img_norm_cfg'.
For details on the values of these keys see
`mmdet/datasets/pipelines/formatting.py:Collect`.
...
...
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