fix typo: anchor windoes should be anchor windows (#5706)
authorRand Xie <randxiexyy29@gmail.com>
Mon, 1 Jun 2020 15:39:36 +0000 (08:39 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2020 15:39:36 +0000 (08:39 -0700)
python/tvm/relay/op/vision/rcnn.py
topi/python/topi/cuda/rcnn/proposal.py
topi/python/topi/vision/rcnn/proposal.py

index d160228..1798ae9 100644 (file)
@@ -101,10 +101,10 @@ def proposal(cls_prob,
         [im_height, im_width, im_scale]
 
     scales : list/tuple of float
-        Scales of anchor windoes.
+        Scales of anchor windows.
 
     ratios : list/tuple of float
-        Ratios of anchor windoes.
+        Ratios of anchor windows.
 
     feature_stride : int
         The size of the receptive field each unit in the convolution layer of the rpn, for example
index 3546448..b52fc91 100644 (file)
@@ -43,10 +43,10 @@ def predict_bbox_ir(cls_prob_buf, bbox_pred_buf, im_info_buf, out_buf, scales, r
         The last dimension is in format of [w_start, h_start, w_end, h_end, score]
 
     scales : list/tuple of float
-        Scales of anchor windoes.
+        Scales of anchor windows.
 
     ratios : list/tuple of float
-        Ratios of anchor windoes.
+        Ratios of anchor windows.
 
     feature_stride : int
         The size of the receptive field each unit in the convolution layer of the rpn, for example
@@ -325,10 +325,10 @@ def proposal(cls_prob, bbox_pred, im_info, scales, ratios, feature_stride, thres
         2-D with shape [batch, 3]
 
     scales : list/tuple of float
-        Scales of anchor windoes.
+        Scales of anchor windows.
 
     ratios : list/tuple of float
-        Ratios of anchor windoes.
+        Ratios of anchor windows.
 
     feature_stride : int
         The size of the receptive field each unit in the convolution layer of the rpn, for example
index 23bd24d..e99ebe0 100644 (file)
@@ -82,10 +82,10 @@ def predict_bbox_ir(cls_prob_buf, bbox_pred_buf, im_info_buf, out_buf, scales, r
         The last dimension is in format of [w_start, h_start, w_end, h_end, score]
 
     scales : list/tuple of float
-        Scales of anchor windoes.
+        Scales of anchor windows.
 
     ratios : list/tuple of float
-        Ratios of anchor windoes.
+        Ratios of anchor windows.
 
     feature_stride : int
         The size of the receptive field each unit in the convolution layer of the rpn, for example
@@ -335,10 +335,10 @@ def proposal(cls_prob, bbox_pred, im_info, scales, ratios, feature_stride, thres
         2-D with shape [batch, 3]
 
     scales : list/tuple of float
-        Scales of anchor windoes.
+        Scales of anchor windows.
 
     ratios : list/tuple of float
-        Ratios of anchor windoes.
+        Ratios of anchor windows.
 
     feature_stride : int
         The size of the receptive field each unit in the convolution layer of the rpn, for example