From 89eb8df73f80c163294337ab4cdcb9a4a6da6227 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 25 Dec 2020 08:01:14 +1100 Subject: [PATCH] docs: fix simple typo, targers -> targets There is a small typo in luminoth/models/fasterrcnn/rpn_target.py. Should read `targets` rather than `targers`. --- luminoth/models/fasterrcnn/rpn_target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luminoth/models/fasterrcnn/rpn_target.py b/luminoth/models/fasterrcnn/rpn_target.py index 29b746d0..b57b02d4 100644 --- a/luminoth/models/fasterrcnn/rpn_target.py +++ b/luminoth/models/fasterrcnn/rpn_target.py @@ -92,7 +92,7 @@ def _build(self, all_anchors, gt_boxes, im_shape): The last dimension is used for the label. im_shape: Shape of original image (height, width) in order to define - anchor targers in respect with gt_boxes. + anchor targets in respect with gt_boxes. Returns: Tuple of the tensors of: