Skip to content

Commit

Permalink
Add document and update file
Browse files Browse the repository at this point in the history
  • Loading branch information
HarleysZhang committed Sep 13, 2021
1 parent fa1ffce commit a0e7130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 6-computer_vision/目标检测/3-Faster RCNN论文解读.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ RPN 完成 `positive/negative 分类` + `bounding box regression 坐标回归`

$$t_{x} = (x-x_{a})/w_{a}, t_{y}=(y-y_{a})/h_{a}$$
$$t_{w} = log(w/w_{a}), t_{h}=log(h/h_{a})$$
$$t^{\ast}_{x} = (x^{\ast}-x_{a})/w_{a}, t^{*}_{y}=(y^{*}-y_{a})/h_{a}$$
t^{*}_{w} = log(w^{*}/w_{a}), t^{*}_{h}=log(h^{*}/h_{a}) $$
$$t^{\ast }_{x} = (x^{\ast }-x_{a})/w_{a}, t^{\ast }_{y}=(y^{\ast }-y_{a})/h_{a}$$
$$t^{*}_{w} = log(w^{*}/w_{a}), t^{*}_{h}=log(h^{*}/h_{a}) $$

参数解释:where $x, y, w,$ and $h$ denote the box’s center coordinates and its width and height. Variables $x, x_{a}$,and $x^{*}$ are for the predicted box, anchor box, and groundtruth box respectively (likewise for $y, w, h$).

Expand Down

0 comments on commit a0e7130

Please sign in to comment.