Skip to content
Snippets Groups Projects
Commit fb983fe6 authored by Xiaolin Wang's avatar Xiaolin Wang Committed by Kai Chen
Browse files

fix typo (#1826)

parent 0f59c397
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ class TwoStageDetector(BaseDetector, RPNTestMixin, BBoxTestMixin, ...@@ -141,7 +141,7 @@ class TwoStageDetector(BaseDetector, RPNTestMixin, BBoxTestMixin,
Typically these should be mean centered and std scaled. Typically these should be mean centered and std scaled.
img_meta (list[dict]): list of image info dict where each dict has: 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 may also contain
'filename', 'ori_shape', 'pad_shape', and 'img_norm_cfg'. 'filename', 'ori_shape', 'pad_shape', and 'img_norm_cfg'.
For details on the values of these keys see For details on the values of these keys see
`mmdet/datasets/pipelines/formatting.py:Collect`. `mmdet/datasets/pipelines/formatting.py:Collect`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment