"git@developer.sourcefind.cn:modelzoo/aixcoder-7b.git" did not exist on "12415ddbfcce301181d250607548dc71f92c0b01"
Commit 8c767cfe authored by Vivek Rathod's avatar Vivek Rathod
Browse files

update documentation in keypoint boxcoder.

parent edcd29f2
...@@ -23,9 +23,9 @@ to box coordinates): ...@@ -23,9 +23,9 @@ to box coordinates):
th = log(h / ha) th = log(h / ha)
tw = log(w / wa) tw = log(w / wa)
tky0 = (ky0 - ya) / ha tky0 = (ky0 - ya) / ha
tkx0 = (kx0 - xa) / ha tkx0 = (kx0 - xa) / wa
tky1 = (ky1 - ya) / ha tky1 = (ky1 - ya) / ha
tkx1 = (kx1 - xa) / ha tkx1 = (kx1 - xa) / wa
... ...
where x, y, w, h denote the box's center coordinates, width and height where x, y, w, h denote the box's center coordinates, width and height
respectively. Similarly, xa, ya, wa, ha denote the anchor's center respectively. Similarly, xa, ya, wa, ha denote the anchor's center
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment