Skip to content

Commit 6c97f29

Browse files
authored
Update anchor.md
1 parent ed5f3a0 commit 6c97f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_computer-vision/anchor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Y.shape
222222
将锚框变量`Y`的形状更改为(图像高度,图像宽度,以同一像素为中心的锚框的数量,4)后,我们可以获得以指定像素的位置为中心的所有锚框。
223223
在接下来的内容中,我们[**访问以(250,250)为中心的第一个锚框**]
224224
它有四个元素:锚框左上角的$(x, y)$轴坐标和右下角的$(x, y)$轴坐标。
225-
将两个轴的坐标各分别除以图像的宽度和高度后,所得的值介于0和1之间
225+
输出中两个轴的坐标各分别除以了图像的宽度和高度
226226

227227
```{.python .input}
228228
#@tab mxnet, pytorch

0 commit comments

Comments
 (0)