Skip to content

Commit 3fd5cd5

Browse files
committed
update readme
1 parent 141bc59 commit 3fd5cd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ Many tasks need to predict an oriented bounding box, e.g: Scene Text Detection.
66
For each predicted bounding boxes, in addition to the regular horizontal bounding box, we need to predict one oriented bounding box.
77
Basically it means that we need to regress to an oriented bounding box.
88
In this project, we simply regress to the encoded 4 corners of the oriented bounding boxes(8 values).
9+
See below equation for the encoding function. j is the index for each corner. g represents ground truth oriented bounding boxes.
10+
w_a and h_a is the anchor width and height, respectively.
911

1012
<p align="center">
11-
<img src="pics/encoding.png" height=240>
13+
<img src="pics/encoding.png" height=120>
1214
</p>
1315

1416
# The reason of adopting this Faster RCNN/SSD framework:

0 commit comments

Comments
 (0)