Skip to content
Snippets Groups Projects
Unverified Commit f3bc86bd authored by Qi He's avatar Qi He Committed by GitHub
Browse files

Update anchor_head.py (#4764)

remove redundent description. img_meta (dict) repeated twice in line 195 and line 198.
parent 4febf34f
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,6 @@ class AnchorHead(BaseDenseHead, BBoxTestMixin):
shape (num_anchors,).
gt_bboxes (Tensor): Ground truth bboxes of the image,
shape (num_gts, 4).
img_meta (dict): Meta info of the image.
gt_bboxes_ignore (Tensor): Ground truth bboxes to be
ignored, shape (num_ignored_gts, 4).
img_meta (dict): Meta info of the image.
......
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