Skip to content

Commit

Permalink
Update anchor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Dec 4, 2022
1 parent ed5f3a0 commit 6c97f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_computer-vision/anchor.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Y.shape
将锚框变量`Y`的形状更改为(图像高度,图像宽度,以同一像素为中心的锚框的数量,4)后,我们可以获得以指定像素的位置为中心的所有锚框。
在接下来的内容中,我们[**访问以(250,250)为中心的第一个锚框**]
它有四个元素:锚框左上角的$(x, y)$轴坐标和右下角的$(x, y)$轴坐标。
将两个轴的坐标各分别除以图像的宽度和高度后,所得的值介于0和1之间
输出中两个轴的坐标各分别除以了图像的宽度和高度

```{.python .input}
#@tab mxnet, pytorch
Expand Down

0 comments on commit 6c97f29

Please sign in to comment.