From f3bc86bd6800f238076a3148d67f2946c3683e4a Mon Sep 17 00:00:00 2001
From: Qi He <978632333@qq.com>
Date: Mon, 15 Mar 2021 23:28:19 +0800
Subject: [PATCH] Update anchor_head.py (#4764)

remove redundent description. img_meta (dict) repeated twice in line 195 and line 198.
---
 mmdet/models/dense_heads/anchor_head.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mmdet/models/dense_heads/anchor_head.py b/mmdet/models/dense_heads/anchor_head.py
index 0e55892d..849c4f1a 100644
--- a/mmdet/models/dense_heads/anchor_head.py
+++ b/mmdet/models/dense_heads/anchor_head.py
@@ -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.
-- 
GitLab